Html Css Color HEX #4C10FC Han Purple

📋 copy color: '#4C10FC'

red 76 ◦ green 16 ◦ blue 252

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

Shades of Han Purple #4C10FC

Tints of Han Purple #4C10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 22.09%
G = 4.65%
B = 73.26%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C10FC (or 0x4C10FC) is known color: Han Purple. HEX triplet: 4C, 10 and FC. RGB value is (76,16,252). Sum of RGB (Red+Green+Blue) = 76+16+252=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C10FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C10FC is #B3EF03. Grayscale: #3B3B3B. Windows color (decimal): -11792132 or 16519244. OLE color: 16519244.

HSL color Cylindrical-coordinate representation of color #4C10FC: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C10FC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 16 252 -
CMYK 0.70 0.94 0 0.01
HSL 255.25º 0.98% 0.53% -
HSV(B) 255.25º 0.94% 0.99% -
XYZ 20.74 8.94 92.73 -
YUV 60.84 235.88 138.81 -
System Red Green Blue C M Y K H S L
Decimal 76 16 252 0.70 0.94 0 0.01 255.25 0.98 0.53
Hex 4C 10 FC 46 5E 0 1 FF 62 35
Octal 114 20 374 106 136 0 1 377 142 65
Binary 1001100 10000 11111100 1000110 1011110 0 1 11111111 1100010 110101

Color Harmonies of #4C10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C10FC

Black with #4C10FC

Text Example


Text Example

White with #4C10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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