Html Css Color HEX #4B10DE Han Purple

📋 copy color: '#4B10DE'

red 75 ◦ green 16 ◦ blue 222

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

Shades of Han Purple #4B10DE

Tints of Han Purple #4B10DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 23.96%
G = 5.11%
B = 70.93%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B10DE (or 0x4B10DE) is known color: Han Purple. HEX triplet: 4B, 10 and DE. RGB value is (75,16,222). Sum of RGB (Red+Green+Blue) = 75+16+222=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B10DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B10DE is #B4EF21. Grayscale: #383838. Windows color (decimal): -11857698 or 14553163. OLE color: 14553163.

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

Color convert

RGB 75 16 222 -
CMYK 0.66 0.93 0 0.13
HSL 257.18º 0.87% 0.47% -
HSV(B) 257.18º 0.93% 0.87% -
XYZ 16.27 7.14 69.63 -
YUV 57.13 221.05 140.75 -
System Red Green Blue C M Y K H S L
Decimal 75 16 222 0.66 0.93 0 0.13 257.18 0.87 0.47
Hex 4B 10 DE 42 5D 0 D 101 57 2F
Octal 113 20 336 102 135 0 15 401 127 57
Binary 1001011 10000 11011110 1000010 1011101 0 1101 100000001 1010111 101111

Color Harmonies of #4B10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B10DE

Black with #4B10DE

Text Example


Text Example

White with #4B10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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