Html Css Color HEX #5006CB Purple Heart

📋 copy color: '#5006CB'

red 80 ◦ green 6 ◦ blue 203

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

Shades of Purple Heart #5006CB

Tints of Purple Heart #5006CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 27.68%
G = 2.08%
B = 70.24%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5006CB (or 0x5006CB) is known color: Purple Heart. HEX triplet: 50, 06 and CB. RGB value is (80,6,203). Sum of RGB (Red+Green+Blue) = 80+6+203=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #5006CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006CB is #AFF934. Grayscale: #313131. Windows color (decimal): -11532597 or 13305424. OLE color: 13305424.

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

Color convert

RGB 80 6 203 -
CMYK 0.61 0.97 0 0.20
HSL 262.54º 0.94% 0.41% -
HSV(B) 262.54º 0.97% 0.8% -
XYZ 14.15 6.15 56.94 -
YUV 50.58 214.02 148.98 -
System Red Green Blue C M Y K H S L
Decimal 80 6 203 0.61 0.97 0 0.20 262.54 0.94 0.41
Hex 50 6 CB 3D 61 0 14 107 5E 29
Octal 120 6 313 75 141 0 24 407 136 51
Binary 1010000 110 11001011 111101 1100001 0 10100 100000111 1011110 101001

Color Harmonies of #5006CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006CB

Black with #5006CB

Text Example


Text Example

White with #5006CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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