Html Css Color HEX #470CE0 Han Purple

📋 copy color: '#470CE0'

red 71 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #470CE0

Tints of Han Purple #470CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 23.13%
G = 3.91%
B = 72.96%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#470CE0 (or 0x470CE0) is known color: Han Purple. HEX triplet: 47, 0C and E0. RGB value is (71,12,224). Sum of RGB (Red+Green+Blue) = 71+12+224=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #470CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CE0 is #B8F31F. Grayscale: #353535. Windows color (decimal): -12120864 or 14683207. OLE color: 14683207.

HSL color Cylindrical-coordinate representation of color #470CE0: hue angle of 256.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CE0 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 12 224 -
CMYK 0.68 0.95 0 0.12
HSL 256.7º 0.9% 0.46% -
HSV(B) 256.7º 0.95% 0.88% -
XYZ 16.18 6.98 71.02 -
YUV 53.81 224.05 140.26 -
System Red Green Blue C M Y K H S L
Decimal 71 12 224 0.68 0.95 0 0.12 256.7 0.9 0.46
Hex 47 C E0 44 5F 0 C 101 5A 2E
Octal 107 14 340 104 137 0 14 401 132 56
Binary 1000111 1100 11100000 1000100 1011111 0 1100 100000001 1011010 101110

Color Harmonies of #470CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CE0

Black with #470CE0

Text Example


Text Example

White with #470CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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