Html Css Color HEX #5033C9 Purple Heart

📋 copy color: '#5033C9'

red 80 ◦ green 51 ◦ blue 201

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

Shades of Purple Heart #5033C9

Tints of Purple Heart #5033C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.54%

R = 24.1%
G = 15.36%
B = 60.54%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5033C9 (or 0x5033C9) is known color: Purple Heart. HEX triplet: 50, 33 and C9. RGB value is (80,51,201). Sum of RGB (Red+Green+Blue) = 80+51+201=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #5033C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033C9 is #AFCC36. Grayscale: #4C4C4C. Windows color (decimal): -11521079 or 13185872. OLE color: 13185872.

HSL color Cylindrical-coordinate representation of color #5033C9: hue angle of 251.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5033C9 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 51 201 -
CMYK 0.60 0.75 0 0.21
HSL 251.6º 0.6% 0.49% -
HSV(B) 251.6º 0.75% 0.79% -
XYZ 15.03 8.29 56.07 -
YUV 76.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 80 51 201 0.60 0.75 0 0.21 251.6 0.6 0.49
Hex 50 33 C9 3C 4B 0 15 FC 3C 31
Octal 120 63 311 74 113 0 25 374 74 61
Binary 1010000 110011 11001001 111100 1001011 0 10101 11111100 111100 110001

Color Harmonies of #5033C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5033C9

Black with #5033C9

Text Example


Text Example

White with #5033C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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