Html Css Color HEX #6616FC Han Purple

📋 copy color: '#6616FC'

red 102 ◦ green 22 ◦ blue 252

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

Shades of Han Purple #6616FC

Tints of Han Purple #6616FC

RGB

 RED value IS 102 (40.23% from 255) = 27.13%

 GREEN value IS 22 (8.98% from 255) = 5.85%

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

R = 27.13%
G = 5.85%
B = 67.02%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6616FC (or 0x6616FC) is known color: Han Purple. HEX triplet: 66, 16 and FC. RGB value is (102,22,252). Sum of RGB (Red+Green+Blue) = 102+22+252=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #6616FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6616FC is #99E903. Grayscale: #474747. Windows color (decimal): -10086660 or 16520806. OLE color: 16520806.

HSL color Cylindrical-coordinate representation of color #6616FC: hue angle of 260.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6616FC is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 22 252 -
CMYK 0.60 0.91 0 0.01
HSL 260.87º 0.97% 0.54% -
HSV(B) 260.87º 0.91% 0.99% -
XYZ 23.34 10.43 92.88 -
YUV 72.14 229.5 149.3 -
System Red Green Blue C M Y K H S L
Decimal 102 22 252 0.60 0.91 0 0.01 260.87 0.97 0.54
Hex 66 16 FC 3C 5B 0 1 105 61 36
Octal 146 26 374 74 133 0 1 405 141 66
Binary 1100110 10110 11111100 111100 1011011 0 1 100000101 1100001 110110

Color Harmonies of #6616FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616FC

Black with #6616FC

Text Example


Text Example

White with #6616FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,22,252); }

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

background-color css

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

 a { background-color: rgb(102,22,252); }

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

border-color css

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

 span { border-color: rgb(102,22,252); }

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