Html Css Color HEX #5008CB Purple Heart

📋 copy color: '#5008CB'

red 80 ◦ green 8 ◦ blue 203

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

Shades of Purple Heart #5008CB

Tints of Purple Heart #5008CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 27.49%
G = 2.75%
B = 69.76%

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

#5008CB (or 0x5008CB) is known color: Purple Heart. HEX triplet: 50, 08 and CB. RGB value is (80,8,203). Sum of RGB (Red+Green+Blue) = 80+8+203=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #5008CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008CB is #AFF734. Grayscale: #333333. Windows color (decimal): -11532085 or 13305936. OLE color: 13305936.

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

Color convert

RGB 80 8 203 -
CMYK 0.61 0.96 0 0.20
HSL 262.15º 0.92% 0.41% -
HSV(B) 262.15º 0.96% 0.8% -
XYZ 14.17 6.19 56.95 -
YUV 51.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 80 8 203 0.61 0.96 0 0.20 262.15 0.92 0.41
Hex 50 8 CB 3D 60 0 14 106 5C 29
Octal 120 10 313 75 140 0 24 406 134 51
Binary 1010000 1000 11001011 111101 1100000 0 10100 100000110 1011100 101001

Color Harmonies of #5008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008CB

Black with #5008CB

Text Example


Text Example

White with #5008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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