Html Css Color HEX #4B0AD0 Han Purple

📋 copy color: '#4B0AD0'

red 75 ◦ green 10 ◦ blue 208

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

Shades of Han Purple #4B0AD0

Tints of Han Purple #4B0AD0

RGB

 RED value IS 75 (29.69% from 255) = 25.6%

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 208 (81.64% from 255) = 70.99%

R = 25.6%
G = 3.41%
B = 70.99%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4B0AD0 (or 0x4B0AD0) is known color: Han Purple. HEX triplet: 4B, 0A and D0. RGB value is (75,10,208). Sum of RGB (Red+Green+Blue) = 75+10+208=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #4B0AD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0AD0 is #B4F52F. Grayscale: #333333. Windows color (decimal): -11859248 or 13634123. OLE color: 13634123.

HSL color Cylindrical-coordinate representation of color #4B0AD0: hue angle of 259.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0AD0 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 10 208 -
CMYK 0.64 0.95 0 0.18
HSL 259.7º 0.91% 0.43% -
HSV(B) 259.7º 0.95% 0.82% -
XYZ 14.4 6.27 60.13 -
YUV 52.01 216.03 144.4 -
System Red Green Blue C M Y K H S L
Decimal 75 10 208 0.64 0.95 0 0.18 259.7 0.91 0.43
Hex 4B A D0 40 5F 0 12 104 5B 2B
Octal 113 12 320 100 137 0 22 404 133 53
Binary 1001011 1010 11010000 1000000 1011111 0 10010 100000100 1011011 101011

Color Harmonies of #4B0AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0AD0

Black with #4B0AD0

Text Example


Text Example

White with #4B0AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,10,208); }

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

background-color css

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

 a { background-color: rgb(75,10,208); }

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

border-color css

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

 span { border-color: rgb(75,10,208); }

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