Html Css Color HEX #470DAE Purple Heart

📋 copy color: '#470DAE'

red 71 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #470DAE

Tints of Purple Heart #470DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.04%

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 27.52%
G = 5.04%
B = 67.44%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#470DAE (or 0x470DAE) is known color: Purple Heart. HEX triplet: 47, 0D and AE. RGB value is (71,13,174). Sum of RGB (Red+Green+Blue) = 71+13+174=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #470DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470DAE is #B8F251. Grayscale: #303030. Windows color (decimal): -12120658 or 11406663. OLE color: 11406663.

HSL color Cylindrical-coordinate representation of color #470DAE: hue angle of 261.61º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470DAE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 13 174 -
CMYK 0.59 0.93 0 0.32
HSL 261.61º 0.86% 0.37% -
HSV(B) 261.61º 0.93% 0.68% -
XYZ 10.38 4.68 40.4 -
YUV 48.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 71 13 174 0.59 0.93 0 0.32 261.61 0.86 0.37
Hex 47 D AE 3B 5D 0 20 106 56 25
Octal 107 15 256 73 135 0 40 406 126 45
Binary 1000111 1101 10101110 111011 1011101 0 100000 100000110 1010110 100101

Color Harmonies of #470DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DAE

Black with #470DAE

Text Example


Text Example

White with #470DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,13,174); }

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

background-color css

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

 a { background-color: rgb(71,13,174); }

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

border-color css

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

 span { border-color: rgb(71,13,174); }

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