Html Css Color HEX #470AB8 Purple Heart

📋 copy color: '#470AB8'

red 71 ◦ green 10 ◦ blue 184

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

Shades of Purple Heart #470AB8

Tints of Purple Heart #470AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 69.43%

R = 26.79%
G = 3.77%
B = 69.43%

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

#470AB8 (or 0x470AB8) is known color: Purple Heart. HEX triplet: 47, 0A and B8. RGB value is (71,10,184). Sum of RGB (Red+Green+Blue) = 71+10+184=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #470AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AB8 is #B8F547. Grayscale: #2F2F2F. Windows color (decimal): -12121416 or 12061255. OLE color: 12061255.

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

Color convert

RGB 71 10 184 -
CMYK 0.61 0.95 0 0.28
HSL 261.03º 0.9% 0.38% -
HSV(B) 261.03º 0.95% 0.72% -
XYZ 11.36 5.02 45.72 -
YUV 48.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 71 10 184 0.61 0.95 0 0.28 261.03 0.9 0.38
Hex 47 A B8 3D 5F 0 1C 105 5A 26
Octal 107 12 270 75 137 0 34 405 132 46
Binary 1000111 1010 10111000 111101 1011111 0 11100 100000101 1011010 100110

Color Harmonies of #470AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AB8

Black with #470AB8

Text Example


Text Example

White with #470AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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