Html Css Color HEX #470CE9 Han Purple

📋 copy color: '#470CE9'

red 71 ◦ green 12 ◦ blue 233

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

Shades of Han Purple #470CE9

Tints of Han Purple #470CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 73.73%

R = 22.47%
G = 3.8%
B = 73.73%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#470CE9 (or 0x470CE9) is known color: Han Purple. HEX triplet: 47, 0C and E9. RGB value is (71,12,233). Sum of RGB (Red+Green+Blue) = 71+12+233=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 233 (91.41% from 255 or 73.73% from 316); Max value from RGB is 233 - color contains mainly: blue. Hex color #470CE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CE9 is #B8F316. Grayscale: #363636. Windows color (decimal): -12120855 or 15273031. OLE color: 15273031.

HSL color Cylindrical-coordinate representation of color #470CE9: hue angle of 256.02º 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 #470CE9 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 12 233 -
CMYK 0.70 0.95 0 0.09
HSL 256.02º 0.9% 0.48% -
HSV(B) 256.02º 0.95% 0.91% -
XYZ 17.44 7.49 77.62 -
YUV 54.84 228.55 139.53 -
System Red Green Blue C M Y K H S L
Decimal 71 12 233 0.70 0.95 0 0.09 256.02 0.9 0.48
Hex 47 C E9 46 5F 0 9 100 5A 30
Octal 107 14 351 106 137 0 11 400 132 60
Binary 1000111 1100 11101001 1000110 1011111 0 1001 100000000 1011010 110000

Color Harmonies of #470CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CE9

Black with #470CE9

Text Example


Text Example

White with #470CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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