Html Css Color HEX #4A06DF Han Purple

📋 copy color: '#4A06DF'

red 74 ◦ green 6 ◦ blue 223

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

Shades of Han Purple #4A06DF

Tints of Han Purple #4A06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 24.42%
G = 1.98%
B = 73.6%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A06DF (or 0x4A06DF) is known color: Han Purple. HEX triplet: 4A, 06 and DF. RGB value is (74,6,223). Sum of RGB (Red+Green+Blue) = 74+6+223=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A06DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A06DF is #B5F920. Grayscale: #323232. Windows color (decimal): -11925793 or 14616138. OLE color: 14616138.

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

Color convert

RGB 74 6 223 -
CMYK 0.67 0.97 0 0.13
HSL 258.8º 0.95% 0.45% -
HSV(B) 258.8º 0.97% 0.87% -
XYZ 16.21 6.91 70.29 -
YUV 51.07 225.03 144.36 -
System Red Green Blue C M Y K H S L
Decimal 74 6 223 0.67 0.97 0 0.13 258.8 0.95 0.45
Hex 4A 6 DF 43 61 0 D 103 5F 2D
Octal 112 6 337 103 141 0 15 403 137 55
Binary 1001010 110 11011111 1000011 1100001 0 1101 100000011 1011111 101101

Color Harmonies of #4A06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A06DF

Black with #4A06DF

Text Example


Text Example

White with #4A06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,6,223); }

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

background-color css

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

 a { background-color: rgb(74,6,223); }

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

border-color css

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

 span { border-color: rgb(74,6,223); }

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