Html Css Color HEX #5006FF Han Purple

📋 copy color: '#5006FF'

red 80 ◦ green 6 ◦ blue 255

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

Shades of Han Purple #5006FF

Tints of Han Purple #5006FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 23.46%
G = 1.76%
B = 74.78%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5006FF (or 0x5006FF) is known color: Han Purple. HEX triplet: 50, 06 and FF. RGB value is (80,6,255). Sum of RGB (Red+Green+Blue) = 80+6+255=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5006FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5006FF is #AFF900. Grayscale: #373737. Windows color (decimal): -11532545 or 16713296. OLE color: 16713296.

HSL color Cylindrical-coordinate representation of color #5006FF: hue angle of 257.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5006FF is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 6 255 -
CMYK 0.69 0.98 0 0
HSL 257.83º 1% 0.51% -
HSV(B) 257.83º 0.98% 1% -
XYZ 21.42 9.06 95.23 -
YUV 56.51 240.02 144.75 -
System Red Green Blue C M Y K H S L
Decimal 80 6 255 0.69 0.98 0 0 257.83 1 0.51
Hex 50 6 FF 45 62 0 0 102 64 33
Octal 120 6 377 105 142 0 0 402 144 63
Binary 1010000 110 11111111 1000101 1100010 0 0 100000010 1100100 110011

Color Harmonies of #5006FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006FF

Black with #5006FF

Text Example


Text Example

White with #5006FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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