Html Css Color HEX #4A0CDE Han Purple

📋 copy color: '#4A0CDE'

red 74 ◦ green 12 ◦ blue 222

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

Shades of Han Purple #4A0CDE

Tints of Han Purple #4A0CDE

RGB

 RED value IS 74 (29.3% from 255) = 24.03%

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 24.03%
G = 3.9%
B = 72.08%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A0CDE (or 0x4A0CDE) is known color: Han Purple. HEX triplet: 4A, 0C and DE. RGB value is (74,12,222). Sum of RGB (Red+Green+Blue) = 74+12+222=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A0CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0CDE is #B5F321. Grayscale: #353535. Windows color (decimal): -11924258 or 14552138. OLE color: 14552138.

HSL color Cylindrical-coordinate representation of color #4A0CDE: hue angle of 257.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0CDE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 12 222 -
CMYK 0.67 0.95 0 0.13
HSL 257.71º 0.9% 0.46% -
HSV(B) 257.71º 0.95% 0.87% -
XYZ 16.14 6.99 69.61 -
YUV 54.48 222.54 141.92 -
System Red Green Blue C M Y K H S L
Decimal 74 12 222 0.67 0.95 0 0.13 257.71 0.9 0.46
Hex 4A C DE 43 5F 0 D 102 5A 2E
Octal 112 14 336 103 137 0 15 402 132 56
Binary 1001010 1100 11011110 1000011 1011111 0 1101 100000010 1011010 101110

Color Harmonies of #4A0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0CDE

Black with #4A0CDE

Text Example


Text Example

White with #4A0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,12,222); }

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

background-color css

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

 a { background-color: rgb(74,12,222); }

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

border-color css

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

 span { border-color: rgb(74,12,222); }

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