Html Css Color HEX #4C0DFA Han Purple

📋 copy color: '#4C0DFA'

red 76 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #4C0DFA

Tints of Han Purple #4C0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

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

R = 22.42%
G = 3.83%
B = 73.75%

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

#4C0DFA (or 0x4C0DFA) is known color: Han Purple. HEX triplet: 4C, 0D and FA. RGB value is (76,13,250). Sum of RGB (Red+Green+Blue) = 76+13+250=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C0DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DFA is #B3F205. Grayscale: #393939. Windows color (decimal): -11792902 or 16387404. OLE color: 16387404.

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

Color convert

RGB 76 13 250 -
CMYK 0.70 0.95 0 0.02
HSL 255.95º 0.96% 0.52% -
HSV(B) 255.95º 0.95% 0.98% -
XYZ 20.38 8.73 91.05 -
YUV 58.86 235.87 140.23 -
System Red Green Blue C M Y K H S L
Decimal 76 13 250 0.70 0.95 0 0.02 255.95 0.96 0.52
Hex 4C D FA 46 5F 0 2 100 60 34
Octal 114 15 372 106 137 0 2 400 140 64
Binary 1001100 1101 11111010 1000110 1011111 0 10 100000000 1100000 110100

Color Harmonies of #4C0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DFA

Black with #4C0DFA

Text Example


Text Example

White with #4C0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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