Html Css Color HEX #500CB6 Purple Heart

📋 copy color: '#500CB6'

red 80 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #500CB6

Tints of Purple Heart #500CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 182 (71.48% from 255) = 66.42%

R = 29.2%
G = 4.38%
B = 66.42%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#500CB6 (or 0x500CB6) is known color: Purple Heart. HEX triplet: 50, 0C and B6. RGB value is (80,12,182). Sum of RGB (Red+Green+Blue) = 80+12+182=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 182 (71.48% from 255 or 66.42% from 274); Max value from RGB is 182 - color contains mainly: blue. Hex color #500CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CB6 is #AFF349. Grayscale: #333333. Windows color (decimal): -11531082 or 11930704. OLE color: 11930704.

HSL color Cylindrical-coordinate representation of color #500CB6: hue angle of 264º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500CB6 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 12 182 -
CMYK 0.56 0.93 0 0.29
HSL 264º 0.88% 0.38% -
HSV(B) 264º 0.93% 0.71% -
XYZ 11.88 5.35 44.66 -
YUV 51.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 80 12 182 0.56 0.93 0 0.29 264 0.88 0.38
Hex 50 C B6 38 5D 0 1D 108 58 26
Octal 120 14 266 70 135 0 35 410 130 46
Binary 1010000 1100 10110110 111000 1011101 0 11101 100001000 1011000 100110

Color Harmonies of #500CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CB6

Black with #500CB6

Text Example


Text Example

White with #500CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,12,182); }

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

background-color css

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

 a { background-color: rgb(80,12,182); }

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

border-color css

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

 span { border-color: rgb(80,12,182); }

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