Html Css Color HEX #5004CE Purple Heart

📋 copy color: '#5004CE'

red 80 ◦ green 4 ◦ blue 206

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

Shades of Purple Heart #5004CE

Tints of Purple Heart #5004CE

RGB

 RED value IS 80 (31.64% from 255) = 27.59%

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 27.59%
G = 1.38%
B = 71.03%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5004CE (or 0x5004CE) is known color: Purple Heart. HEX triplet: 50, 04 and CE. RGB value is (80,4,206). Sum of RGB (Red+Green+Blue) = 80+4+206=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #5004CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004CE is #AFFB31. Grayscale: #313131. Windows color (decimal): -11533106 or 13501520. OLE color: 13501520.

HSL color Cylindrical-coordinate representation of color #5004CE: hue angle of 262.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004CE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 4 206 -
CMYK 0.61 0.98 0 0.19
HSL 262.57º 0.96% 0.41% -
HSV(B) 262.57º 0.98% 0.81% -
XYZ 14.49 6.25 58.83 -
YUV 49.75 216.18 149.57 -
System Red Green Blue C M Y K H S L
Decimal 80 4 206 0.61 0.98 0 0.19 262.57 0.96 0.41
Hex 50 4 CE 3D 62 0 13 107 60 29
Octal 120 4 316 75 142 0 23 407 140 51
Binary 1010000 100 11001110 111101 1100010 0 10011 100000111 1100000 101001

Color Harmonies of #5004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004CE

Black with #5004CE

Text Example


Text Example

White with #5004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5004CE; }

 p { color: rgb(80,4,206); }

 H1.HeaderClassName
 {
   color: #5004CE;
 }
 .AnyTagClassName
 {
   color: #5004CE;
 }
</style>

background-color css

<style>
 a { background-color: #5004CE; }

 a { background-color: rgb(80,4,206); }

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

border-color css

<style>
 span { border-color: #5004CE; }

 span { border-color: rgb(80,4,206); }

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