Html Css Color HEX #500CBE Purple Heart

📋 copy color: '#500CBE'

red 80 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #500CBE

Tints of Purple Heart #500CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 28.37%
G = 4.26%
B = 67.38%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#500CBE (or 0x500CBE) is known color: Purple Heart. HEX triplet: 50, 0C and BE. RGB value is (80,12,190). Sum of RGB (Red+Green+Blue) = 80+12+190=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #500CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CBE is #AFF341. Grayscale: #333333. Windows color (decimal): -11531074 or 12454992. OLE color: 12454992.

HSL color Cylindrical-coordinate representation of color #500CBE: hue angle of 262.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CBE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 12 190 -
CMYK 0.58 0.94 0 0.25
HSL 262.92º 0.88% 0.4% -
HSV(B) 262.92º 0.94% 0.75% -
XYZ 12.73 5.69 49.14 -
YUV 52.62 205.53 147.53 -
System Red Green Blue C M Y K H S L
Decimal 80 12 190 0.58 0.94 0 0.25 262.92 0.88 0.4
Hex 50 C BE 3A 5E 0 19 107 58 28
Octal 120 14 276 72 136 0 31 407 130 50
Binary 1010000 1100 10111110 111010 1011110 0 11001 100000111 1011000 101000

Color Harmonies of #500CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CBE

Black with #500CBE

Text Example


Text Example

White with #500CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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