Html Css Color HEX #470BC4 Purple Heart

📋 copy color: '#470BC4'

red 71 ◦ green 11 ◦ blue 196

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

Shades of Purple Heart #470BC4

Tints of Purple Heart #470BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 25.54%
G = 3.96%
B = 70.5%

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

#470BC4 (or 0x470BC4) is known color: Purple Heart. HEX triplet: 47, 0B and C4. RGB value is (71,11,196). Sum of RGB (Red+Green+Blue) = 71+11+196=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #470BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BC4 is #B8F43B. Grayscale: #313131. Windows color (decimal): -12121148 or 12847943. OLE color: 12847943.

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

Color convert

RGB 71 11 196 -
CMYK 0.64 0.94 0 0.23
HSL 259.46º 0.89% 0.41% -
HSV(B) 259.46º 0.94% 0.77% -
XYZ 12.68 5.56 52.63 -
YUV 50.03 210.38 142.96 -
System Red Green Blue C M Y K H S L
Decimal 71 11 196 0.64 0.94 0 0.23 259.46 0.89 0.41
Hex 47 B C4 40 5E 0 17 103 59 29
Octal 107 13 304 100 136 0 27 403 131 51
Binary 1000111 1011 11000100 1000000 1011110 0 10111 100000011 1011001 101001

Color Harmonies of #470BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BC4

Black with #470BC4

Text Example


Text Example

White with #470BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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