Html Css Color HEX #471BEF Han Purple

📋 copy color: '#471BEF'

red 71 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #471BEF

Tints of Han Purple #471BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 21.07%
G = 8.01%
B = 70.92%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#471BEF (or 0x471BEF) is known color: Han Purple. HEX triplet: 47, 1B and EF. RGB value is (71,27,239). Sum of RGB (Red+Green+Blue) = 71+27+239=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #471BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BEF is #B8E410. Grayscale: #3F3F3F. Windows color (decimal): -12117009 or 15670087. OLE color: 15670087.

HSL color Cylindrical-coordinate representation of color #471BEF: hue angle of 252.45º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BEF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 27 239 -
CMYK 0.70 0.89 0 0.06
HSL 252.45º 0.87% 0.52% -
HSV(B) 252.45º 0.89% 0.94% -
XYZ 18.57 8.36 82.3 -
YUV 64.32 226.58 132.76 -
System Red Green Blue C M Y K H S L
Decimal 71 27 239 0.70 0.89 0 0.06 252.45 0.87 0.52
Hex 47 1B EF 46 59 0 6 FC 57 34
Octal 107 33 357 106 131 0 6 374 127 64
Binary 1000111 11011 11101111 1000110 1011001 0 110 11111100 1010111 110100

Color Harmonies of #471BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BEF

Black with #471BEF

Text Example


Text Example

White with #471BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471BEF; }

 p { color: rgb(71,27,239); }

 H1.HeaderClassName
 {
   color: #471BEF;
 }
 .AnyTagClassName
 {
   color: #471BEF;
 }
</style>

background-color css

<style>
 a { background-color: #471BEF; }

 a { background-color: rgb(71,27,239); }

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

border-color css

<style>
 span { border-color: #471BEF; }

 span { border-color: rgb(71,27,239); }

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