Html Css Color HEX #4B0AE0 Han Purple

📋 copy color: '#4B0AE0'

red 75 ◦ green 10 ◦ blue 224

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

Shades of Han Purple #4B0AE0

Tints of Han Purple #4B0AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.49%

R = 24.27%
G = 3.24%
B = 72.49%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4B0AE0 (or 0x4B0AE0) is known color: Han Purple. HEX triplet: 4B, 0A and E0. RGB value is (75,10,224). Sum of RGB (Red+Green+Blue) = 75+10+224=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B0AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0AE0 is #B4F51F. Grayscale: #353535. Windows color (decimal): -11859232 or 14682699. OLE color: 14682699.

HSL color Cylindrical-coordinate representation of color #4B0AE0: hue angle of 258.22º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0AE0 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 10 224 -
CMYK 0.67 0.96 0 0.12
HSL 258.22º 0.91% 0.46% -
HSV(B) 258.22º 0.96% 0.88% -
XYZ 16.46 7.09 71.02 -
YUV 53.83 224.03 143.1 -
System Red Green Blue C M Y K H S L
Decimal 75 10 224 0.67 0.96 0 0.12 258.22 0.91 0.46
Hex 4B A E0 43 60 0 C 102 5B 2E
Octal 113 12 340 103 140 0 14 402 133 56
Binary 1001011 1010 11100000 1000011 1100000 0 1100 100000010 1011011 101110

Color Harmonies of #4B0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0AE0

Black with #4B0AE0

Text Example


Text Example

White with #4B0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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