Html Css Color HEX #5000CC Purple Heart

📋 copy color: '#5000CC'

red 80 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #5000CC

Tints of Purple Heart #5000CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.17%
G = 0%
B = 71.83%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5000CC (or 0x5000CC) is known color: Purple Heart. HEX triplet: 50, 00 and CC. RGB value is (80,0,204). Sum of RGB (Red+Green+Blue) = 80+0+204=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #5000CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000CC is #AFFF33. Grayscale: #2E2E2E. Windows color (decimal): -11534132 or 13369424. OLE color: 13369424.

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

Color convert

RGB 80 0 204 -
CMYK 0.61 1 0 0.2
HSL 263.53º 1% 0.4% -
HSV(B) 263.53º 1% 0.8% -
XYZ 14.21 6.07 57.55 -
YUV 47.18 216.5 151.41 -
System Red Green Blue C M Y K H S L
Decimal 80 0 204 0.61 1 0 0.2 263.53 1 0.4
Hex 50 0 CC 3D 64 0 14 108 64 28
Octal 120 0 314 75 144 0 24 410 144 50
Binary 1010000 0 11001100 111101 1100100 0 10100 100001000 1100100 101000

Color Harmonies of #5000CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000CC

Black with #5000CC

Text Example


Text Example

White with #5000CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5000CC; }

 p { color: rgb(80,0,204); }

 H1.HeaderClassName
 {
   color: #5000CC;
 }
 .AnyTagClassName
 {
   color: #5000CC;
 }
</style>

background-color css

<style>
 a { background-color: #5000CC; }

 a { background-color: rgb(80,0,204); }

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

border-color css

<style>
 span { border-color: #5000CC; }

 span { border-color: rgb(80,0,204); }

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