Html Css Color HEX #4712F1 Han Purple

📋 copy color: '#4712F1'

red 71 ◦ green 18 ◦ blue 241

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

Shades of Han Purple #4712F1

Tints of Han Purple #4712F1

RGB

 RED value IS 71 (28.13% from 255) = 21.52%

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 241 (94.53% from 255) = 73.03%

R = 21.52%
G = 5.45%
B = 73.03%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4712F1 (or 0x4712F1) is known color: Han Purple. HEX triplet: 47, 12 and F1. RGB value is (71,18,241). Sum of RGB (Red+Green+Blue) = 71+18+241=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #4712F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4712F1 is #B8ED0E. Grayscale: #3A3A3A. Windows color (decimal): -12119311 or 15798855. OLE color: 15798855.

HSL color Cylindrical-coordinate representation of color #4712F1: hue angle of 254.26º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4712F1 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 18 241 -
CMYK 0.71 0.93 0 0.05
HSL 254.26º 0.89% 0.51% -
HSV(B) 254.26º 0.93% 0.95% -
XYZ 18.69 8.12 83.8 -
YUV 59.27 230.56 136.37 -
System Red Green Blue C M Y K H S L
Decimal 71 18 241 0.71 0.93 0 0.05 254.26 0.89 0.51
Hex 47 12 F1 47 5D 0 5 FE 59 33
Octal 107 22 361 107 135 0 5 376 131 63
Binary 1000111 10010 11110001 1000111 1011101 0 101 11111110 1011001 110011

Color Harmonies of #4712F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4712F1

Black with #4712F1

Text Example


Text Example

White with #4712F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4712F1; }

 p { color: rgb(71,18,241); }

 H1.HeaderClassName
 {
   color: #4712F1;
 }
 .AnyTagClassName
 {
   color: #4712F1;
 }
</style>

background-color css

<style>
 a { background-color: #4712F1; }

 a { background-color: rgb(71,18,241); }

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

border-color css

<style>
 span { border-color: #4712F1; }

 span { border-color: rgb(71,18,241); }

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