Html Css Color HEX #4B15FE Han Purple

📋 copy color: '#4B15FE'

red 75 ◦ green 21 ◦ blue 254

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

Shades of Han Purple #4B15FE

Tints of Han Purple #4B15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 21.43%
G = 6%
B = 72.57%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B15FE (or 0x4B15FE) is known color: Han Purple. HEX triplet: 4B, 15 and FE. RGB value is (75,21,254). Sum of RGB (Red+Green+Blue) = 75+21+254=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B15FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B15FE is #B4EA01. Grayscale: #3E3E3E. Windows color (decimal): -11856386 or 16651595. OLE color: 16651595.

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

Color convert

RGB 75 21 254 -
CMYK 0.70 0.92 0 0.00
HSL 253.91º 0.99% 0.54% -
HSV(B) 253.91º 0.92% 1% -
XYZ 21.06 9.19 94.43 -
YUV 63.71 235.39 136.05 -
System Red Green Blue C M Y K H S L
Decimal 75 21 254 0.70 0.92 0 0.00 253.91 0.99 0.54
Hex 4B 15 FE 46 5C 0 0 FE 63 36
Octal 113 25 376 106 134 0 0 376 143 66
Binary 1001011 10101 11111110 1000110 1011100 0 0 11111110 1100011 110110

Color Harmonies of #4B15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B15FE

Black with #4B15FE

Text Example


Text Example

White with #4B15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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