Html Css Color HEX #470BC6 Purple Heart

📋 copy color: '#470BC6'

red 71 ◦ green 11 ◦ blue 198

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

Shades of Purple Heart #470BC6

Tints of Purple Heart #470BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

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

R = 25.36%
G = 3.93%
B = 70.71%

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

#470BC6 (or 0x470BC6) is known color: Purple Heart. HEX triplet: 47, 0B and C6. RGB value is (71,11,198). Sum of RGB (Red+Green+Blue) = 71+11+198=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #470BC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BC6 is #B8F439. Grayscale: #313131. Windows color (decimal): -12121146 or 12979015. OLE color: 12979015.

HSL color Cylindrical-coordinate representation of color #470BC6: hue angle of 259.25º 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 #470BC6 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 11 198 -
CMYK 0.64 0.94 0 0.22
HSL 259.25º 0.89% 0.41% -
HSV(B) 259.25º 0.94% 0.78% -
XYZ 12.91 5.66 53.84 -
YUV 50.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 71 11 198 0.64 0.94 0 0.22 259.25 0.89 0.41
Hex 47 B C6 40 5E 0 16 103 59 29
Octal 107 13 306 100 136 0 26 403 131 51
Binary 1000111 1011 11000110 1000000 1011110 0 10110 100000011 1011001 101001

Color Harmonies of #470BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BC6

Black with #470BC6

Text Example


Text Example

White with #470BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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