Html Css Color HEX #470ABA Purple Heart

📋 copy color: '#470ABA'

red 71 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #470ABA

Tints of Purple Heart #470ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 26.59%
G = 3.75%
B = 69.66%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#470ABA (or 0x470ABA) is known color: Purple Heart. HEX triplet: 47, 0A and BA. RGB value is (71,10,186). Sum of RGB (Red+Green+Blue) = 71+10+186=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #470ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ABA is #B8F545. Grayscale: #2F2F2F. Windows color (decimal): -12121414 or 12192327. OLE color: 12192327.

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

Color convert

RGB 71 10 186 -
CMYK 0.62 0.95 0 0.27
HSL 260.8º 0.9% 0.38% -
HSV(B) 260.8º 0.95% 0.73% -
XYZ 11.57 5.1 46.83 -
YUV 48.3 205.71 144.19 -
System Red Green Blue C M Y K H S L
Decimal 71 10 186 0.62 0.95 0 0.27 260.8 0.9 0.38
Hex 47 A BA 3E 5F 0 1B 105 5A 26
Octal 107 12 272 76 137 0 33 405 132 46
Binary 1000111 1010 10111010 111110 1011111 0 11011 100000101 1011010 100110

Color Harmonies of #470ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ABA

Black with #470ABA

Text Example


Text Example

White with #470ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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