Html Css Color HEX #4B0DFE Han Purple

📋 copy color: '#4B0DFE'

red 75 ◦ green 13 ◦ blue 254

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

Shades of Han Purple #4B0DFE

Tints of Han Purple #4B0DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 254 (99.61% from 255) = 74.27%

R = 21.93%
G = 3.8%
B = 74.27%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B0DFE (or 0x4B0DFE) is known color: Han Purple. HEX triplet: 4B, 0D and FE. RGB value is (75,13,254). Sum of RGB (Red+Green+Blue) = 75+13+254=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B0DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0DFE is #B4F201. Grayscale: #3A3A3A. Windows color (decimal): -11858434 or 16649547. OLE color: 16649547.

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

Color convert

RGB 75 13 254 -
CMYK 0.70 0.95 0 0.00
HSL 255.44º 0.99% 0.52% -
HSV(B) 255.44º 0.95% 1% -
XYZ 20.93 8.94 94.39 -
YUV 59.01 238.04 139.4 -
System Red Green Blue C M Y K H S L
Decimal 75 13 254 0.70 0.95 0 0.00 255.44 0.99 0.52
Hex 4B D FE 46 5F 0 0 FF 63 34
Octal 113 15 376 106 137 0 0 377 143 64
Binary 1001011 1101 11111110 1000110 1011111 0 0 11111111 1100011 110100

Color Harmonies of #4B0DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0DFE

Black with #4B0DFE

Text Example


Text Example

White with #4B0DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,13,254); }

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

background-color css

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

 a { background-color: rgb(75,13,254); }

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

border-color css

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

 span { border-color: rgb(75,13,254); }

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