Html Css Color HEX #4915FC Han Purple

📋 copy color: '#4915FC'

red 73 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #4915FC

Tints of Han Purple #4915FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 21.1%
G = 6.07%
B = 72.83%

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

#4915FC (or 0x4915FC) is known color: Han Purple. HEX triplet: 49, 15 and FC. RGB value is (73,21,252). Sum of RGB (Red+Green+Blue) = 73+21+252=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #4915FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4915FC is #B6EA03. Grayscale: #3E3E3E. Windows color (decimal): -11987460 or 16520521. OLE color: 16520521.

HSL color Cylindrical-coordinate representation of color #4915FC: hue angle of 253.51º degrees, saturation: 0.97, 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 #4915FC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 21 252 -
CMYK 0.71 0.92 0 0.01
HSL 253.51º 0.97% 0.54% -
HSV(B) 253.51º 0.92% 0.99% -
XYZ 20.59 8.98 92.74 -
YUV 62.88 234.73 135.22 -
System Red Green Blue C M Y K H S L
Decimal 73 21 252 0.71 0.92 0 0.01 253.51 0.97 0.54
Hex 49 15 FC 47 5C 0 1 FE 61 36
Octal 111 25 374 107 134 0 1 376 141 66
Binary 1001001 10101 11111100 1000111 1011100 0 1 11111110 1100001 110110

Color Harmonies of #4915FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915FC

Black with #4915FC

Text Example


Text Example

White with #4915FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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