Html Css Color HEX #471BEB Han Purple

📋 copy color: '#471BEB'

red 71 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #471BEB

Tints of Han Purple #471BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.57%

R = 21.32%
G = 8.11%
B = 70.57%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#471BEB (or 0x471BEB) is known color: Han Purple. HEX triplet: 47, 1B and EB. RGB value is (71,27,235). Sum of RGB (Red+Green+Blue) = 71+27+235=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #471BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BEB is #B8E414. Grayscale: #3F3F3F. Windows color (decimal): -12117013 or 15407943. OLE color: 15407943.

HSL color Cylindrical-coordinate representation of color #471BEB: hue angle of 252.69º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BEB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 27 235 -
CMYK 0.70 0.89 0 0.08
HSL 252.69º 0.84% 0.51% -
HSV(B) 252.69º 0.89% 0.92% -
XYZ 17.99 8.12 79.22 -
YUV 63.87 224.58 133.09 -
System Red Green Blue C M Y K H S L
Decimal 71 27 235 0.70 0.89 0 0.08 252.69 0.84 0.51
Hex 47 1B EB 46 59 0 8 FD 54 33
Octal 107 33 353 106 131 0 10 375 124 63
Binary 1000111 11011 11101011 1000110 1011001 0 1000 11111101 1010100 110011

Color Harmonies of #471BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BEB

Black with #471BEB

Text Example


Text Example

White with #471BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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