Html Css Color HEX #500ACB Purple Heart

📋 copy color: '#500ACB'

red 80 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #500ACB

Tints of Purple Heart #500ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 27.3%
G = 3.41%
B = 69.28%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#500ACB (or 0x500ACB) is known color: Purple Heart. HEX triplet: 50, 0A and CB. RGB value is (80,10,203). Sum of RGB (Red+Green+Blue) = 80+10+203=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #500ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ACB is #AFF534. Grayscale: #343434. Windows color (decimal): -11531573 or 13306448. OLE color: 13306448.

HSL color Cylindrical-coordinate representation of color #500ACB: hue angle of 261.76º degrees, saturation: 0.91, 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 #500ACB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 10 203 -
CMYK 0.61 0.95 0 0.20
HSL 261.76º 0.91% 0.42% -
HSV(B) 261.76º 0.95% 0.8% -
XYZ 14.2 6.23 56.96 -
YUV 52.93 212.69 147.31 -
System Red Green Blue C M Y K H S L
Decimal 80 10 203 0.61 0.95 0 0.20 261.76 0.91 0.42
Hex 50 A CB 3D 5F 0 14 106 5B 2A
Octal 120 12 313 75 137 0 24 406 133 52
Binary 1010000 1010 11001011 111101 1011111 0 10100 100000110 1011011 101010

Color Harmonies of #500ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ACB

Black with #500ACB

Text Example


Text Example

White with #500ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,203); }

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

background-color css

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

 a { background-color: rgb(80,10,203); }

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

border-color css

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

 span { border-color: rgb(80,10,203); }

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