Html Css Color HEX #4C06FC Han Purple

📋 copy color: '#4C06FC'

red 76 ◦ green 6 ◦ blue 252

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

Shades of Han Purple #4C06FC

Tints of Han Purple #4C06FC

RGB

 RED value IS 76 (30.08% from 255) = 22.75%

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

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

R = 22.75%
G = 1.8%
B = 75.45%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C06FC (or 0x4C06FC) is known color: Han Purple. HEX triplet: 4C, 06 and FC. RGB value is (76,6,252). Sum of RGB (Red+Green+Blue) = 76+6+252=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C06FC is #B3F903. Grayscale: #363636. Windows color (decimal): -11794692 or 16516684. OLE color: 16516684.

HSL color Cylindrical-coordinate representation of color #4C06FC: hue angle of 257.07º 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 #4C06FC is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 6 252 -
CMYK 0.70 0.98 0 0.01
HSL 257.07º 0.98% 0.51% -
HSV(B) 257.07º 0.98% 0.99% -
XYZ 20.62 8.7 92.69 -
YUV 54.97 239.19 143 -
System Red Green Blue C M Y K H S L
Decimal 76 6 252 0.70 0.98 0 0.01 257.07 0.98 0.51
Hex 4C 6 FC 46 62 0 1 101 62 33
Octal 114 6 374 106 142 0 1 401 142 63
Binary 1001100 110 11111100 1000110 1100010 0 1 100000001 1100010 110011

Color Harmonies of #4C06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C06FC

Black with #4C06FC

Text Example


Text Example

White with #4C06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C06FC; }

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

 H1.HeaderClassName
 {
   color: #4C06FC;
 }
 .AnyTagClassName
 {
   color: #4C06FC;
 }
</style>

background-color css

<style>
 a { background-color: #4C06FC; }

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

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

border-color css

<style>
 span { border-color: #4C06FC; }

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

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