Html Css Color HEX #4B0BD6 Han Purple

📋 copy color: '#4B0BD6'

red 75 ◦ green 11 ◦ blue 214

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

Shades of Han Purple #4B0BD6

Tints of Han Purple #4B0BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.67%

 BLUE value IS 214 (83.98% from 255) = 71.33%

R = 25%
G = 3.67%
B = 71.33%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4B0BD6 (or 0x4B0BD6) is known color: Han Purple. HEX triplet: 4B, 0B and D6. RGB value is (75,11,214). Sum of RGB (Red+Green+Blue) = 75+11+214=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 214 (83.98% from 255 or 71.33% from 300); Max value from RGB is 214 - color contains mainly: blue. Hex color #4B0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0BD6 is #B4F429. Grayscale: #343434. Windows color (decimal): -11858986 or 14027595. OLE color: 14027595.

HSL color Cylindrical-coordinate representation of color #4B0BD6: hue angle of 258.92º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0BD6 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 11 214 -
CMYK 0.65 0.95 0 0.16
HSL 258.92º 0.9% 0.44% -
HSV(B) 258.92º 0.95% 0.84% -
XYZ 15.16 6.59 64.09 -
YUV 53.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 75 11 214 0.65 0.95 0 0.16 258.92 0.9 0.44
Hex 4B B D6 41 5F 0 10 103 5A 2C
Octal 113 13 326 101 137 0 20 403 132 54
Binary 1001011 1011 11010110 1000001 1011111 0 10000 100000011 1011010 101100

Color Harmonies of #4B0BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0BD6

Black with #4B0BD6

Text Example


Text Example

White with #4B0BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,11,214); }

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

background-color css

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

 a { background-color: rgb(75,11,214); }

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

border-color css

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

 span { border-color: rgb(75,11,214); }

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