Html Css Color HEX #4C0CFA Han Purple

📋 copy color: '#4C0CFA'

red 76 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #4C0CFA

Tints of Han Purple #4C0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 250 (98.05% from 255) = 73.96%

R = 22.49%
G = 3.55%
B = 73.96%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C0CFA (or 0x4C0CFA) is known color: Han Purple. HEX triplet: 4C, 0C and FA. RGB value is (76,12,250). Sum of RGB (Red+Green+Blue) = 76+12+250=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C0CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0CFA is #B3F305. Grayscale: #393939. Windows color (decimal): -11793158 or 16387148. OLE color: 16387148.

HSL color Cylindrical-coordinate representation of color #4C0CFA: hue angle of 256.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0CFA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 12 250 -
CMYK 0.70 0.95 0 0.02
HSL 256.13º 0.96% 0.51% -
HSV(B) 256.13º 0.95% 0.98% -
XYZ 20.37 8.7 91.05 -
YUV 58.27 236.2 140.65 -
System Red Green Blue C M Y K H S L
Decimal 76 12 250 0.70 0.95 0 0.02 256.13 0.96 0.51
Hex 4C C FA 46 5F 0 2 100 60 33
Octal 114 14 372 106 137 0 2 400 140 63
Binary 1001100 1100 11111010 1000110 1011111 0 10 100000000 1100000 110011

Color Harmonies of #4C0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0CFA

Black with #4C0CFA

Text Example


Text Example

White with #4C0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,12,250); }

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

background-color css

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

 a { background-color: rgb(76,12,250); }

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

border-color css

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

 span { border-color: rgb(76,12,250); }

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