Html Css Color HEX #4915FB Han Purple

📋 copy color: '#4915FB'

red 73 ◦ green 21 ◦ blue 251

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

Shades of Han Purple #4915FB

Tints of Han Purple #4915FB

RGB

 RED value IS 73 (28.91% from 255) = 21.16%

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

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 21.16%
G = 6.09%
B = 72.75%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4915FB (or 0x4915FB) is known color: Han Purple. HEX triplet: 49, 15 and FB. RGB value is (73,21,251). Sum of RGB (Red+Green+Blue) = 73+21+251=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #4915FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4915FB is #B6EA04. Grayscale: #3D3D3D. Windows color (decimal): -11987461 or 16454985. OLE color: 16454985.

HSL color Cylindrical-coordinate representation of color #4915FB: hue angle of 253.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4915FB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 21 251 -
CMYK 0.71 0.92 0 0.02
HSL 253.57º 0.97% 0.53% -
HSV(B) 253.57º 0.92% 0.98% -
XYZ 20.43 8.92 91.91 -
YUV 62.77 234.23 135.3 -
System Red Green Blue C M Y K H S L
Decimal 73 21 251 0.71 0.92 0 0.02 253.57 0.97 0.53
Hex 49 15 FB 47 5C 0 2 FE 61 35
Octal 111 25 373 107 134 0 2 376 141 65
Binary 1001001 10101 11111011 1000111 1011100 0 10 11111110 1100001 110101

Color Harmonies of #4915FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915FB

Black with #4915FB

Text Example


Text Example

White with #4915FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4915FB; }

 p { color: rgb(73,21,251); }

 H1.HeaderClassName
 {
   color: #4915FB;
 }
 .AnyTagClassName
 {
   color: #4915FB;
 }
</style>

background-color css

<style>
 a { background-color: #4915FB; }

 a { background-color: rgb(73,21,251); }

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

border-color css

<style>
 span { border-color: #4915FB; }

 span { border-color: rgb(73,21,251); }

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