Html Css Color HEX #4B12DE Han Purple

📋 copy color: '#4B12DE'

red 75 ◦ green 18 ◦ blue 222

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

Shades of Han Purple #4B12DE

Tints of Han Purple #4B12DE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 23.81%
G = 5.71%
B = 70.48%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B12DE (or 0x4B12DE) is known color: Han Purple. HEX triplet: 4B, 12 and DE. RGB value is (75,18,222). Sum of RGB (Red+Green+Blue) = 75+18+222=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B12DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B12DE is #B4ED21. Grayscale: #393939. Windows color (decimal): -11857186 or 14553675. OLE color: 14553675.

HSL color Cylindrical-coordinate representation of color #4B12DE: hue angle of 256.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B12DE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 18 222 -
CMYK 0.66 0.92 0 0.13
HSL 256.76º 0.85% 0.47% -
HSV(B) 256.76º 0.92% 0.87% -
XYZ 16.3 7.2 69.64 -
YUV 58.3 220.38 139.91 -
System Red Green Blue C M Y K H S L
Decimal 75 18 222 0.66 0.92 0 0.13 256.76 0.85 0.47
Hex 4B 12 DE 42 5C 0 D 101 55 2F
Octal 113 22 336 102 134 0 15 401 125 57
Binary 1001011 10010 11011110 1000010 1011100 0 1101 100000001 1010101 101111

Color Harmonies of #4B12DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B12DE

Black with #4B12DE

Text Example


Text Example

White with #4B12DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,18,222); }

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

background-color css

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

 a { background-color: rgb(75,18,222); }

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

border-color css

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

 span { border-color: rgb(75,18,222); }

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