Html Css Color HEX #500BC9 Purple Heart

📋 copy color: '#500BC9'

red 80 ◦ green 11 ◦ blue 201

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

Shades of Purple Heart #500BC9

Tints of Purple Heart #500BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.84%

R = 27.4%
G = 3.77%
B = 68.84%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#500BC9 (or 0x500BC9) is known color: Purple Heart. HEX triplet: 50, 0B and C9. RGB value is (80,11,201). Sum of RGB (Red+Green+Blue) = 80+11+201=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #500BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BC9 is #AFF436. Grayscale: #343434. Windows color (decimal): -11531319 or 13175632. OLE color: 13175632.

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

Color convert

RGB 80 11 201 -
CMYK 0.60 0.95 0 0.21
HSL 261.79º 0.9% 0.42% -
HSV(B) 261.79º 0.95% 0.79% -
XYZ 13.97 6.16 55.71 -
YUV 53.29 211.36 147.05 -
System Red Green Blue C M Y K H S L
Decimal 80 11 201 0.60 0.95 0 0.21 261.79 0.9 0.42
Hex 50 B C9 3C 5F 0 15 106 5A 2A
Octal 120 13 311 74 137 0 25 406 132 52
Binary 1010000 1011 11001001 111100 1011111 0 10101 100000110 1011010 101010

Color Harmonies of #500BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BC9

Black with #500BC9

Text Example


Text Example

White with #500BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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