Html Css Color HEX #470CC6 Purple Heart

📋 copy color: '#470CC6'

red 71 ◦ green 12 ◦ blue 198

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

Shades of Purple Heart #470CC6

Tints of Purple Heart #470CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 70.46%

R = 25.27%
G = 4.27%
B = 70.46%

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

#470CC6 (or 0x470CC6) is known color: Purple Heart. HEX triplet: 47, 0C and C6. RGB value is (71,12,198). Sum of RGB (Red+Green+Blue) = 71+12+198=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #470CC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CC6 is #B8F339. Grayscale: #323232. Windows color (decimal): -12120890 or 12979271. OLE color: 12979271.

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

Color convert

RGB 71 12 198 -
CMYK 0.64 0.94 0 0.22
HSL 259.03º 0.89% 0.41% -
HSV(B) 259.03º 0.94% 0.78% -
XYZ 12.92 5.68 53.84 -
YUV 50.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 71 12 198 0.64 0.94 0 0.22 259.03 0.89 0.41
Hex 47 C C6 40 5E 0 16 103 59 29
Octal 107 14 306 100 136 0 26 403 131 51
Binary 1000111 1100 11000110 1000000 1011110 0 10110 100000011 1011001 101001

Color Harmonies of #470CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CC6

Black with #470CC6

Text Example


Text Example

White with #470CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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