Html Css Color HEX #470ABE Purple Heart

📋 copy color: '#470ABE'

red 71 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #470ABE

Tints of Purple Heart #470ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 26.2%
G = 3.69%
B = 70.11%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#470ABE (or 0x470ABE) is known color: Purple Heart. HEX triplet: 47, 0A and BE. RGB value is (71,10,190). Sum of RGB (Red+Green+Blue) = 71+10+190=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #470ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ABE is #B8F541. Grayscale: #303030. Windows color (decimal): -12121410 or 12454471. OLE color: 12454471.

HSL color Cylindrical-coordinate representation of color #470ABE: hue angle of 260.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470ABE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 10 190 -
CMYK 0.63 0.95 0 0.25
HSL 260.33º 0.9% 0.39% -
HSV(B) 260.33º 0.95% 0.75% -
XYZ 12 5.27 49.1 -
YUV 48.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 71 10 190 0.63 0.95 0 0.25 260.33 0.9 0.39
Hex 47 A BE 3F 5F 0 19 104 5A 27
Octal 107 12 276 77 137 0 31 404 132 47
Binary 1000111 1010 10111110 111111 1011111 0 11001 100000100 1011010 100111

Color Harmonies of #470ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ABE

Black with #470ABE

Text Example


Text Example

White with #470ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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