Html Css Color HEX #470ECD Purple Heart

📋 copy color: '#470ECD'

red 71 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #470ECD

Tints of Purple Heart #470ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 24.48%
G = 4.83%
B = 70.69%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#470ECD (or 0x470ECD) is known color: Purple Heart. HEX triplet: 47, 0E and CD. RGB value is (71,14,205). Sum of RGB (Red+Green+Blue) = 71+14+205=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #470ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ECD is #B8F132. Grayscale: #343434. Windows color (decimal): -12120371 or 13438535. OLE color: 13438535.

HSL color Cylindrical-coordinate representation of color #470ECD: hue angle of 257.91º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470ECD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 14 205 -
CMYK 0.65 0.93 0 0.20
HSL 257.91º 0.87% 0.43% -
HSV(B) 257.91º 0.93% 0.8% -
XYZ 13.78 6.06 58.2 -
YUV 52.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 71 14 205 0.65 0.93 0 0.20 257.91 0.87 0.43
Hex 47 E CD 41 5D 0 14 102 57 2B
Octal 107 16 315 101 135 0 24 402 127 53
Binary 1000111 1110 11001101 1000001 1011101 0 10100 100000010 1010111 101011

Color Harmonies of #470ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ECD

Black with #470ECD

Text Example


Text Example

White with #470ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,14,205); }

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

background-color css

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

 a { background-color: rgb(71,14,205); }

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

border-color css

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

 span { border-color: rgb(71,14,205); }

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