Html Css Color HEX #4C2CFF Han Purple

📋 copy color: '#4C2CFF'

red 76 ◦ green 44 ◦ blue 255

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

Shades of Han Purple #4C2CFF

Tints of Han Purple #4C2CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.73%

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

R = 20.27%
G = 11.73%
B = 68%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C2CFF (or 0x4C2CFF) is known color: Han Purple. HEX triplet: 4C, 2C and FF. RGB value is (76,44,255). Sum of RGB (Red+Green+Blue) = 76+44+255=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C2CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2CFF is #B3D300. Grayscale: #4C4C4C. Windows color (decimal): -11784961 or 16723020. OLE color: 16723020.

HSL color Cylindrical-coordinate representation of color #4C2CFF: hue angle of 249.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C2CFF is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 44 255 -
CMYK 0.70 0.83 0 0
HSL 249.1º 1% 0.59% -
HSV(B) 249.1º 0.83% 1% -
XYZ 21.93 10.56 95.49 -
YUV 77.62 228.1 126.84 -
System Red Green Blue C M Y K H S L
Decimal 76 44 255 0.70 0.83 0 0 249.1 1 0.59
Hex 4C 2C FF 46 53 0 0 F9 64 3B
Octal 114 54 377 106 123 0 0 371 144 73
Binary 1001100 101100 11111111 1000110 1010011 0 0 11111001 1100100 111011

Color Harmonies of #4C2CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2CFF

Black with #4C2CFF

Text Example


Text Example

White with #4C2CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,44,255); }

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

background-color css

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

 a { background-color: rgb(76,44,255); }

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

border-color css

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

 span { border-color: rgb(76,44,255); }

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