Html Css Color HEX #5002DD Han Purple

📋 copy color: '#5002DD'

red 80 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #5002DD

Tints of Han Purple #5002DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 26.4%
G = 0.66%
B = 72.94%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5002DD (or 0x5002DD) is known color: Han Purple. HEX triplet: 50, 02 and DD. RGB value is (80,2,221). Sum of RGB (Red+Green+Blue) = 80+2+221=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #5002DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5002DD is #AFFD22. Grayscale: #313131. Windows color (decimal): -11533603 or 14484048. OLE color: 14484048.

HSL color Cylindrical-coordinate representation of color #5002DD: hue angle of 261.37º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002DD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 2 221 -
CMYK 0.64 0.99 0 0.13
HSL 261.37º 0.98% 0.44% -
HSV(B) 261.37º 0.99% 0.87% -
XYZ 16.38 6.97 68.89 -
YUV 50.29 224.34 149.19 -
System Red Green Blue C M Y K H S L
Decimal 80 2 221 0.64 0.99 0 0.13 261.37 0.98 0.44
Hex 50 2 DD 40 63 0 D 105 62 2C
Octal 120 2 335 100 143 0 15 405 142 54
Binary 1010000 10 11011101 1000000 1100011 0 1101 100000101 1100010 101100

Color Harmonies of #5002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5002DD

Black with #5002DD

Text Example


Text Example

White with #5002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5002DD; }

 p { color: rgb(80,2,221); }

 H1.HeaderClassName
 {
   color: #5002DD;
 }
 .AnyTagClassName
 {
   color: #5002DD;
 }
</style>

background-color css

<style>
 a { background-color: #5002DD; }

 a { background-color: rgb(80,2,221); }

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

border-color css

<style>
 span { border-color: #5002DD; }

 span { border-color: rgb(80,2,221); }

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