Html Css Color HEX #5006FC Han Purple

📋 copy color: '#5006FC'

red 80 ◦ green 6 ◦ blue 252

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

Shades of Han Purple #5006FC

Tints of Han Purple #5006FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.56%

R = 23.67%
G = 1.78%
B = 74.56%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5006FC (or 0x5006FC) is known color: Han Purple. HEX triplet: 50, 06 and FC. RGB value is (80,6,252). Sum of RGB (Red+Green+Blue) = 80+6+252=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #5006FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5006FC is #AFF903. Grayscale: #373737. Windows color (decimal): -11532548 or 16516688. OLE color: 16516688.

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

Color convert

RGB 80 6 252 -
CMYK 0.68 0.98 0 0.01
HSL 258.05º 0.98% 0.51% -
HSV(B) 258.05º 0.98% 0.99% -
XYZ 20.94 8.86 92.7 -
YUV 56.17 238.52 145 -
System Red Green Blue C M Y K H S L
Decimal 80 6 252 0.68 0.98 0 0.01 258.05 0.98 0.51
Hex 50 6 FC 44 62 0 1 102 62 33
Octal 120 6 374 104 142 0 1 402 142 63
Binary 1010000 110 11111100 1000100 1100010 0 1 100000010 1100010 110011

Color Harmonies of #5006FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006FC

Black with #5006FC

Text Example


Text Example

White with #5006FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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