Html Css Color HEX #4B0EFB Han Purple

📋 copy color: '#4B0EFB'

red 75 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #4B0EFB

Tints of Han Purple #4B0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.12%

 BLUE value IS 251 (98.44% from 255) = 73.82%

R = 22.06%
G = 4.12%
B = 73.82%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B0EFB (or 0x4B0EFB) is known color: Han Purple. HEX triplet: 4B, 0E and FB. RGB value is (75,14,251). Sum of RGB (Red+Green+Blue) = 75+14+251=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #4B0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0EFB is #B4F104. Grayscale: #3A3A3A. Windows color (decimal): -11858181 or 16453195. OLE color: 16453195.

HSL color Cylindrical-coordinate representation of color #4B0EFB: hue angle of 255.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EFB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 14 251 -
CMYK 0.70 0.94 0 0.02
HSL 255.44º 0.97% 0.52% -
HSV(B) 255.44º 0.94% 0.98% -
XYZ 20.47 8.77 91.88 -
YUV 59.26 236.21 139.23 -
System Red Green Blue C M Y K H S L
Decimal 75 14 251 0.70 0.94 0 0.02 255.44 0.97 0.52
Hex 4B E FB 46 5E 0 2 FF 61 34
Octal 113 16 373 106 136 0 2 377 141 64
Binary 1001011 1110 11111011 1000110 1011110 0 10 11111111 1100001 110100

Color Harmonies of #4B0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0EFB

Black with #4B0EFB

Text Example


Text Example

White with #4B0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,251); }

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

background-color css

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

 a { background-color: rgb(75,14,251); }

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

border-color css

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

 span { border-color: rgb(75,14,251); }

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