Html Css Color HEX #470AB7 Purple Heart

📋 copy color: '#470AB7'

red 71 ◦ green 10 ◦ blue 183

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

Shades of Purple Heart #470AB7

Tints of Purple Heart #470AB7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 183 (71.88% from 255) = 69.32%

R = 26.89%
G = 3.79%
B = 69.32%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#470AB7 (or 0x470AB7) is known color: Purple Heart. HEX triplet: 47, 0A and B7. RGB value is (71,10,183). Sum of RGB (Red+Green+Blue) = 71+10+183=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #470AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AB7 is #B8F548. Grayscale: #2F2F2F. Windows color (decimal): -12121417 or 11995719. OLE color: 11995719.

HSL color Cylindrical-coordinate representation of color #470AB7: hue angle of 261.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470AB7 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 10 183 -
CMYK 0.61 0.95 0 0.28
HSL 261.16º 0.9% 0.38% -
HSV(B) 261.16º 0.95% 0.72% -
XYZ 11.25 4.98 45.17 -
YUV 47.96 204.21 144.43 -
System Red Green Blue C M Y K H S L
Decimal 71 10 183 0.61 0.95 0 0.28 261.16 0.9 0.38
Hex 47 A B7 3D 5F 0 1C 105 5A 26
Octal 107 12 267 75 137 0 34 405 132 46
Binary 1000111 1010 10110111 111101 1011111 0 11100 100000101 1011010 100110

Color Harmonies of #470AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AB7

Black with #470AB7

Text Example


Text Example

White with #470AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,183); }

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

background-color css

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

 a { background-color: rgb(71,10,183); }

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

border-color css

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

 span { border-color: rgb(71,10,183); }

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