Html Css Color HEX #470BE7 Han Purple

📋 copy color: '#470BE7'

red 71 ◦ green 11 ◦ blue 231

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

Shades of Han Purple #470BE7

Tints of Han Purple #470BE7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 231 (90.63% from 255) = 73.8%

R = 22.68%
G = 3.51%
B = 73.8%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#470BE7 (or 0x470BE7) is known color: Han Purple. HEX triplet: 47, 0B and E7. RGB value is (71,11,231). Sum of RGB (Red+Green+Blue) = 71+11+231=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #470BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470BE7 is #B8F418. Grayscale: #353535. Windows color (decimal): -12121113 or 15141703. OLE color: 15141703.

HSL color Cylindrical-coordinate representation of color #470BE7: hue angle of 256.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BE7 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 11 231 -
CMYK 0.69 0.95 0 0.09
HSL 256.36º 0.91% 0.47% -
HSV(B) 256.36º 0.95% 0.91% -
XYZ 17.14 7.35 76.12 -
YUV 54.02 227.88 140.11 -
System Red Green Blue C M Y K H S L
Decimal 71 11 231 0.69 0.95 0 0.09 256.36 0.91 0.47
Hex 47 B E7 45 5F 0 9 100 5B 2F
Octal 107 13 347 105 137 0 11 400 133 57
Binary 1000111 1011 11100111 1000101 1011111 0 1001 100000000 1011011 101111

Color Harmonies of #470BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BE7

Black with #470BE7

Text Example


Text Example

White with #470BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470BE7; }

 p { color: rgb(71,11,231); }

 H1.HeaderClassName
 {
   color: #470BE7;
 }
 .AnyTagClassName
 {
   color: #470BE7;
 }
</style>

background-color css

<style>
 a { background-color: #470BE7; }

 a { background-color: rgb(71,11,231); }

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

border-color css

<style>
 span { border-color: #470BE7; }

 span { border-color: rgb(71,11,231); }

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