Html Css Color HEX #5033CF Purple Heart

📋 copy color: '#5033CF'

red 80 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #5033CF

Tints of Purple Heart #5033CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 23.67%
G = 15.09%
B = 61.24%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5033CF (or 0x5033CF) is known color: Purple Heart. HEX triplet: 50, 33 and CF. RGB value is (80,51,207). Sum of RGB (Red+Green+Blue) = 80+51+207=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #5033CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033CF is #AFCC30. Grayscale: #4C4C4C. Windows color (decimal): -11521073 or 13579088. OLE color: 13579088.

HSL color Cylindrical-coordinate representation of color #5033CF: hue angle of 251.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5033CF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 51 207 -
CMYK 0.61 0.75 0 0.19
HSL 251.15º 0.62% 0.51% -
HSV(B) 251.15º 0.75% 0.81% -
XYZ 15.75 8.58 59.86 -
YUV 77.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 80 51 207 0.61 0.75 0 0.19 251.15 0.62 0.51
Hex 50 33 CF 3D 4B 0 13 FB 3E 33
Octal 120 63 317 75 113 0 23 373 76 63
Binary 1010000 110011 11001111 111101 1001011 0 10011 11111011 111110 110011

Color Harmonies of #5033CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5033CF

Black with #5033CF

Text Example


Text Example

White with #5033CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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