Html Css Color HEX #470CC5 Purple Heart

📋 copy color: '#470CC5'

red 71 ◦ green 12 ◦ blue 197

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

Shades of Purple Heart #470CC5

Tints of Purple Heart #470CC5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 197 (77.34% from 255) = 70.36%

R = 25.36%
G = 4.29%
B = 70.36%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#470CC5 (or 0x470CC5) is known color: Purple Heart. HEX triplet: 47, 0C and C5. RGB value is (71,12,197). Sum of RGB (Red+Green+Blue) = 71+12+197=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #470CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CC5 is #B8F33A. Grayscale: #323232. Windows color (decimal): -12120891 or 12913735. OLE color: 12913735.

HSL color Cylindrical-coordinate representation of color #470CC5: hue angle of 259.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470CC5 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 12 197 -
CMYK 0.64 0.94 0 0.23
HSL 259.14º 0.89% 0.41% -
HSV(B) 259.14º 0.94% 0.77% -
XYZ 12.81 5.63 53.24 -
YUV 50.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 71 12 197 0.64 0.94 0 0.23 259.14 0.89 0.41
Hex 47 C C5 40 5E 0 17 103 59 29
Octal 107 14 305 100 136 0 27 403 131 51
Binary 1000111 1100 11000101 1000000 1011110 0 10111 100000011 1011001 101001

Color Harmonies of #470CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CC5

Black with #470CC5

Text Example


Text Example

White with #470CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,197); }

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

background-color css

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

 a { background-color: rgb(71,12,197); }

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

border-color css

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

 span { border-color: rgb(71,12,197); }

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