Html Css Color HEX #4E32CF Purple Heart

📋 copy color: '#4E32CF'

red 78 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #4E32CF

Tints of Purple Heart #4E32CF

RGB

 RED value IS 78 (30.86% from 255) = 23.28%

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

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 23.28%
G = 14.93%
B = 61.79%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E32CF (or 0x4E32CF) is known color: Purple Heart. HEX triplet: 4E, 32 and CF. RGB value is (78,50,207). Sum of RGB (Red+Green+Blue) = 78+50+207=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E32CF is #B1CD30. Grayscale: #4B4B4B. Windows color (decimal): -11652401 or 13578830. OLE color: 13578830.

HSL color Cylindrical-coordinate representation of color #4E32CF: hue angle of 250.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E32CF is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 50 207 -
CMYK 0.62 0.76 0 0.19
HSL 250.7º 0.62% 0.5% -
HSV(B) 250.7º 0.76% 0.81% -
XYZ 15.54 8.41 59.83 -
YUV 76.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 78 50 207 0.62 0.76 0 0.19 250.7 0.62 0.5
Hex 4E 32 CF 3E 4C 0 13 FB 3E 32
Octal 116 62 317 76 114 0 23 373 76 62
Binary 1001110 110010 11001111 111110 1001100 0 10011 11111011 111110 110010

Color Harmonies of #4E32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E32CF

Black with #4E32CF

Text Example


Text Example

White with #4E32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,207); }

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

background-color css

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

 a { background-color: rgb(78,50,207); }

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

border-color css

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

 span { border-color: rgb(78,50,207); }

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