Html Css Color HEX #5006EA Han Purple

📋 copy color: '#5006EA'

red 80 ◦ green 6 ◦ blue 234

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

Shades of Han Purple #5006EA

Tints of Han Purple #5006EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.13%

R = 25%
G = 1.88%
B = 73.13%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5006EA (or 0x5006EA) is known color: Han Purple. HEX triplet: 50, 06 and EA. RGB value is (80,6,234). Sum of RGB (Red+Green+Blue) = 80+6+234=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #5006EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5006EA is #AFF915. Grayscale: #353535. Windows color (decimal): -11532566 or 15337040. OLE color: 15337040.

HSL color Cylindrical-coordinate representation of color #5006EA: hue angle of 259.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006EA is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 6 234 -
CMYK 0.66 0.97 0 0.08
HSL 259.47º 0.95% 0.47% -
HSV(B) 259.47º 0.97% 0.92% -
XYZ 18.22 7.78 78.38 -
YUV 54.12 229.52 146.46 -
System Red Green Blue C M Y K H S L
Decimal 80 6 234 0.66 0.97 0 0.08 259.47 0.95 0.47
Hex 50 6 EA 42 61 0 8 103 5F 2F
Octal 120 6 352 102 141 0 10 403 137 57
Binary 1010000 110 11101010 1000010 1100001 0 1000 100000011 1011111 101111

Color Harmonies of #5006EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006EA

Black with #5006EA

Text Example


Text Example

White with #5006EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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