Html Css Color HEX #4E2FCD Purple Heart

📋 copy color: '#4E2FCD'

red 78 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #4E2FCD

Tints of Purple Heart #4E2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 23.64%
G = 14.24%
B = 62.12%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E2FCD (or 0x4E2FCD) is known color: Purple Heart. HEX triplet: 4E, 2F and CD. RGB value is (78,47,205). Sum of RGB (Red+Green+Blue) = 78+47+205=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FCD is #B1D032. Grayscale: #494949. Windows color (decimal): -11653171 or 13446990. OLE color: 13446990.

HSL color Cylindrical-coordinate representation of color #4E2FCD: hue angle of 251.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2FCD is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 47 205 -
CMYK 0.62 0.77 0 0.20
HSL 251.77º 0.63% 0.49% -
HSV(B) 251.77º 0.77% 0.8% -
XYZ 15.18 8.06 58.51 -
YUV 74.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 78 47 205 0.62 0.77 0 0.20 251.77 0.63 0.49
Hex 4E 2F CD 3E 4D 0 14 FC 3F 31
Octal 116 57 315 76 115 0 24 374 77 61
Binary 1001110 101111 11001101 111110 1001101 0 10100 11111100 111111 110001

Color Harmonies of #4E2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FCD

Black with #4E2FCD

Text Example


Text Example

White with #4E2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,47,205); }

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

background-color css

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

 a { background-color: rgb(78,47,205); }

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

border-color css

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

 span { border-color: rgb(78,47,205); }

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