Html Css Color HEX #500BCC Purple Heart

📋 copy color: '#500BCC'

red 80 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #500BCC

Tints of Purple Heart #500BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

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

R = 27.12%
G = 3.73%
B = 69.15%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#500BCC (or 0x500BCC) is known color: Purple Heart. HEX triplet: 50, 0B and CC. RGB value is (80,11,204). Sum of RGB (Red+Green+Blue) = 80+11+204=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #500BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BCC is #AFF433. Grayscale: #343434. Windows color (decimal): -11531316 or 13372240. OLE color: 13372240.

HSL color Cylindrical-coordinate representation of color #500BCC: hue angle of 261.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BCC is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 11 204 -
CMYK 0.61 0.95 0 0.2
HSL 261.45º 0.9% 0.42% -
HSV(B) 261.45º 0.95% 0.8% -
XYZ 14.33 6.3 57.59 -
YUV 53.63 212.86 146.81 -
System Red Green Blue C M Y K H S L
Decimal 80 11 204 0.61 0.95 0 0.2 261.45 0.9 0.42
Hex 50 B CC 3D 5F 0 14 105 5A 2A
Octal 120 13 314 75 137 0 24 405 132 52
Binary 1010000 1011 11001100 111101 1011111 0 10100 100000101 1011010 101010

Color Harmonies of #500BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BCC

Black with #500BCC

Text Example


Text Example

White with #500BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500BCC; }

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

 H1.HeaderClassName
 {
   color: #500BCC;
 }
 .AnyTagClassName
 {
   color: #500BCC;
 }
</style>

background-color css

<style>
 a { background-color: #500BCC; }

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

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

border-color css

<style>
 span { border-color: #500BCC; }

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

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