Html Css Color HEX #470FCD Purple Heart

📋 copy color: '#470FCD'

red 71 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #470FCD

Tints of Purple Heart #470FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 24.4%
G = 5.15%
B = 70.45%

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

#470FCD (or 0x470FCD) is known color: Purple Heart. HEX triplet: 47, 0F and CD. RGB value is (71,15,205). Sum of RGB (Red+Green+Blue) = 71+15+205=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #470FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FCD is #B8F032. Grayscale: #343434. Windows color (decimal): -12120115 or 13438791. OLE color: 13438791.

HSL color Cylindrical-coordinate representation of color #470FCD: hue angle of 257.68º degrees, saturation: 0.86, 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 #470FCD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 15 205 -
CMYK 0.65 0.93 0 0.20
HSL 257.68º 0.86% 0.43% -
HSV(B) 257.68º 0.93% 0.8% -
XYZ 13.79 6.09 58.21 -
YUV 53.4 213.55 140.55 -
System Red Green Blue C M Y K H S L
Decimal 71 15 205 0.65 0.93 0 0.20 257.68 0.86 0.43
Hex 47 F CD 41 5D 0 14 102 56 2B
Octal 107 17 315 101 135 0 24 402 126 53
Binary 1000111 1111 11001101 1000001 1011101 0 10100 100000010 1010110 101011

Color Harmonies of #470FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FCD

Black with #470FCD

Text Example


Text Example

White with #470FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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