Html Css Color HEX #470ACC Purple Heart

📋 copy color: '#470ACC'

red 71 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #470ACC

Tints of Purple Heart #470ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 24.91%
G = 3.51%
B = 71.58%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#470ACC (or 0x470ACC) is known color: Purple Heart. HEX triplet: 47, 0A and CC. RGB value is (71,10,204). Sum of RGB (Red+Green+Blue) = 71+10+204=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #470ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ACC is #B8F533. Grayscale: #313131. Windows color (decimal): -12121396 or 13371975. OLE color: 13371975.

HSL color Cylindrical-coordinate representation of color #470ACC: hue angle of 258.87º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470ACC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 10 204 -
CMYK 0.65 0.95 0 0.2
HSL 258.87º 0.91% 0.42% -
HSV(B) 258.87º 0.95% 0.8% -
XYZ 13.61 5.92 57.55 -
YUV 50.36 214.71 142.73 -
System Red Green Blue C M Y K H S L
Decimal 71 10 204 0.65 0.95 0 0.2 258.87 0.91 0.42
Hex 47 A CC 41 5F 0 14 103 5B 2A
Octal 107 12 314 101 137 0 24 403 133 52
Binary 1000111 1010 11001100 1000001 1011111 0 10100 100000011 1011011 101010

Color Harmonies of #470ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ACC

Black with #470ACC

Text Example


Text Example

White with #470ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,204); }

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

background-color css

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

 a { background-color: rgb(71,10,204); }

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

border-color css

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

 span { border-color: rgb(71,10,204); }

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