Html Css Color HEX #5009CB Purple Heart

📋 copy color: '#5009CB'

red 80 ◦ green 9 ◦ blue 203

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

Shades of Purple Heart #5009CB

Tints of Purple Heart #5009CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 27.4%
G = 3.08%
B = 69.52%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5009CB (or 0x5009CB) is known color: Purple Heart. HEX triplet: 50, 09 and CB. RGB value is (80,9,203). Sum of RGB (Red+Green+Blue) = 80+9+203=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #5009CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009CB is #AFF634. Grayscale: #333333. Windows color (decimal): -11531829 or 13306192. OLE color: 13306192.

HSL color Cylindrical-coordinate representation of color #5009CB: hue angle of 261.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009CB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 9 203 -
CMYK 0.61 0.96 0 0.20
HSL 261.96º 0.92% 0.42% -
HSV(B) 261.96º 0.96% 0.8% -
XYZ 14.19 6.21 56.95 -
YUV 52.35 213.02 147.73 -
System Red Green Blue C M Y K H S L
Decimal 80 9 203 0.61 0.96 0 0.20 261.96 0.92 0.42
Hex 50 9 CB 3D 60 0 14 106 5C 2A
Octal 120 11 313 75 140 0 24 406 134 52
Binary 1010000 1001 11001011 111101 1100000 0 10100 100000110 1011100 101010

Color Harmonies of #5009CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5009CB

Black with #5009CB

Text Example


Text Example

White with #5009CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5009CB; }

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

 H1.HeaderClassName
 {
   color: #5009CB;
 }
 .AnyTagClassName
 {
   color: #5009CB;
 }
</style>

background-color css

<style>
 a { background-color: #5009CB; }

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

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

border-color css

<style>
 span { border-color: #5009CB; }

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

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