Html Css Color HEX #5033CB Purple Heart

📋 copy color: '#5033CB'

red 80 ◦ green 51 ◦ blue 203

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

Shades of Purple Heart #5033CB

Tints of Purple Heart #5033CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 23.95%
G = 15.27%
B = 60.78%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5033CB (or 0x5033CB) is known color: Purple Heart. HEX triplet: 50, 33 and CB. RGB value is (80,51,203). Sum of RGB (Red+Green+Blue) = 80+51+203=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #5033CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033CB is #AFCC34. Grayscale: #4C4C4C. Windows color (decimal): -11521077 or 13316944. OLE color: 13316944.

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

Color convert

RGB 80 51 203 -
CMYK 0.61 0.75 0 0.20
HSL 251.45º 0.6% 0.5% -
HSV(B) 251.45º 0.75% 0.8% -
XYZ 15.27 8.38 57.31 -
YUV 77 199.11 130.14 -
System Red Green Blue C M Y K H S L
Decimal 80 51 203 0.61 0.75 0 0.20 251.45 0.6 0.5
Hex 50 33 CB 3D 4B 0 14 FB 3C 32
Octal 120 63 313 75 113 0 24 373 74 62
Binary 1010000 110011 11001011 111101 1001011 0 10100 11111011 111100 110010

Color Harmonies of #5033CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5033CB

Black with #5033CB

Text Example


Text Example

White with #5033CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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