Html Css Color HEX #470CE7 Han Purple

📋 copy color: '#470CE7'

red 71 ◦ green 12 ◦ blue 231

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

Shades of Han Purple #470CE7

Tints of Han Purple #470CE7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

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

R = 22.61%
G = 3.82%
B = 73.57%

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

#470CE7 (or 0x470CE7) is known color: Han Purple. HEX triplet: 47, 0C and E7. RGB value is (71,12,231). Sum of RGB (Red+Green+Blue) = 71+12+231=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #470CE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CE7 is #B8F318. Grayscale: #353535. Windows color (decimal): -12120857 or 15141959. OLE color: 15141959.

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

Color convert

RGB 71 12 231 -
CMYK 0.69 0.95 0 0.09
HSL 256.16º 0.9% 0.48% -
HSV(B) 256.16º 0.95% 0.91% -
XYZ 17.15 7.37 76.12 -
YUV 54.61 227.55 139.69 -
System Red Green Blue C M Y K H S L
Decimal 71 12 231 0.69 0.95 0 0.09 256.16 0.9 0.48
Hex 47 C E7 45 5F 0 9 100 5A 30
Octal 107 14 347 105 137 0 11 400 132 60
Binary 1000111 1100 11100111 1000101 1011111 0 1001 100000000 1011010 110000

Color Harmonies of #470CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CE7

Black with #470CE7

Text Example


Text Example

White with #470CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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