Html Css Color HEX #4915FD Han Purple

📋 copy color: '#4915FD'

red 73 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #4915FD

Tints of Han Purple #4915FD

RGB

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

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

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

R = 21.04%
G = 6.05%
B = 72.91%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4915FD (or 0x4915FD) is known color: Han Purple. HEX triplet: 49, 15 and FD. RGB value is (73,21,253). Sum of RGB (Red+Green+Blue) = 73+21+253=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #4915FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4915FD is #B6EA02. Grayscale: #3E3E3E. Windows color (decimal): -11987459 or 16586057. OLE color: 16586057.

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

Color convert

RGB 73 21 253 -
CMYK 0.71 0.92 0 0.01
HSL 253.45º 0.98% 0.54% -
HSV(B) 253.45º 0.92% 0.99% -
XYZ 20.75 9.04 93.58 -
YUV 63 235.23 135.14 -
System Red Green Blue C M Y K H S L
Decimal 73 21 253 0.71 0.92 0 0.01 253.45 0.98 0.54
Hex 49 15 FD 47 5C 0 1 FD 62 36
Octal 111 25 375 107 134 0 1 375 142 66
Binary 1001001 10101 11111101 1000111 1011100 0 1 11111101 1100010 110110

Color Harmonies of #4915FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915FD

Black with #4915FD

Text Example


Text Example

White with #4915FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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