Html Css Color HEX #470DC8 Purple Heart

📋 copy color: '#470DC8'

red 71 ◦ green 13 ◦ blue 200

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

Shades of Purple Heart #470DC8

Tints of Purple Heart #470DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.42%

R = 25%
G = 4.58%
B = 70.42%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#470DC8 (or 0x470DC8) is known color: Purple Heart. HEX triplet: 47, 0D and C8. RGB value is (71,13,200). Sum of RGB (Red+Green+Blue) = 71+13+200=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #470DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DC8 is #B8F237. Grayscale: #323232. Windows color (decimal): -12120632 or 13110599. OLE color: 13110599.

HSL color Cylindrical-coordinate representation of color #470DC8: hue angle of 258.61º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DC8 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 13 200 -
CMYK 0.64 0.94 0 0.22
HSL 258.61º 0.88% 0.42% -
HSV(B) 258.61º 0.94% 0.78% -
XYZ 13.17 5.8 55.07 -
YUV 51.66 211.72 141.79 -
System Red Green Blue C M Y K H S L
Decimal 71 13 200 0.64 0.94 0 0.22 258.61 0.88 0.42
Hex 47 D C8 40 5E 0 16 103 58 2A
Octal 107 15 310 100 136 0 26 403 130 52
Binary 1000111 1101 11001000 1000000 1011110 0 10110 100000011 1011000 101010

Color Harmonies of #470DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DC8

Black with #470DC8

Text Example


Text Example

White with #470DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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