Html Css Color HEX #4F32CC Purple Heart

📋 copy color: '#4F32CC'

red 79 ◦ green 50 ◦ blue 204

#4F32CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4F32CC

Tints of Purple Heart #4F32CC

RGB

 RED value IS 79 (31.25% from 255) = 23.72%

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 23.72%
G = 15.02%
B = 61.26%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F32CC (or 0x4F32CC) is known color: Purple Heart. HEX triplet: 4F, 32 and CC. RGB value is (79,50,204). Sum of RGB (Red+Green+Blue) = 79+50+204=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F32CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32CC is #B0CD33. Grayscale: #4B4B4B. Windows color (decimal): -11586868 or 13382223. OLE color: 13382223.

HSL color Cylindrical-coordinate representation of color #4F32CC: hue angle of 251.3º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F32CC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 50 204 -
CMYK 0.61 0.75 0 0.2
HSL 251.3º 0.61% 0.5% -
HSV(B) 251.3º 0.75% 0.8% -
XYZ 15.26 8.3 57.92 -
YUV 76.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 79 50 204 0.61 0.75 0 0.2 251.3 0.61 0.5
Hex 4F 32 CC 3D 4B 0 14 FB 3D 32
Octal 117 62 314 75 113 0 24 373 75 62
Binary 1001111 110010 11001100 111101 1001011 0 10100 11111011 111101 110010

Color Harmonies of #4F32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32CC

Black with #4F32CC

Text Example


Text Example

White with #4F32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F32CC; }

 p { color: rgb(79,50,204); }

 H1.HeaderClassName
 {
   color: #4F32CC;
 }
 .AnyTagClassName
 {
   color: #4F32CC;
 }
</style>

background-color css

<style>
 a { background-color: #4F32CC; }

 a { background-color: rgb(79,50,204); }

 div.DivClassName
 {
   background-color: #4F32CC;
 }
 .BgClassName
 {
   background-color: #4F32CC;
 }
</style>

border-color css

<style>
 span { border-color: #4F32CC; }

 span { border-color: rgb(79,50,204); }

 td.TdClassName
 {
   border-color: #4F32CC;
 }
 .TagClassName
 {
   border-color: #4F32CC;
 }
</style>