Html Css Color HEX #4B0FFD Han Purple

📋 copy color: '#4B0FFD'

red 75 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #4B0FFD

Tints of Han Purple #4B0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 21.87%
G = 4.37%
B = 73.76%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B0FFD (or 0x4B0FFD) is known color: Han Purple. HEX triplet: 4B, 0F and FD. RGB value is (75,15,253). Sum of RGB (Red+Green+Blue) = 75+15+253=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B0FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0FFD is #B4F002. Grayscale: #3B3B3B. Windows color (decimal): -11857923 or 16584523. OLE color: 16584523.

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

Color convert

RGB 75 15 253 -
CMYK 0.70 0.94 0 0.01
HSL 255.13º 0.98% 0.53% -
HSV(B) 255.13º 0.94% 0.99% -
XYZ 20.8 8.93 93.56 -
YUV 60.07 236.88 138.65 -
System Red Green Blue C M Y K H S L
Decimal 75 15 253 0.70 0.94 0 0.01 255.13 0.98 0.53
Hex 4B F FD 46 5E 0 1 FF 62 35
Octal 113 17 375 106 136 0 1 377 142 65
Binary 1001011 1111 11111101 1000110 1011110 0 1 11111111 1100010 110101

Color Harmonies of #4B0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0FFD

Black with #4B0FFD

Text Example


Text Example

White with #4B0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,15,253); }

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

background-color css

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

 a { background-color: rgb(75,15,253); }

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

border-color css

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

 span { border-color: rgb(75,15,253); }

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