Html Css Color HEX #470FBC Purple Heart

📋 copy color: '#470FBC'

red 71 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #470FBC

Tints of Purple Heart #470FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 25.91%
G = 5.47%
B = 68.61%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#470FBC (or 0x470FBC) is known color: Purple Heart. HEX triplet: 47, 0F and BC. RGB value is (71,15,188). Sum of RGB (Red+Green+Blue) = 71+15+188=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #470FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBC is #B8F043. Grayscale: #323232. Windows color (decimal): -12120132 or 12324679. OLE color: 12324679.

HSL color Cylindrical-coordinate representation of color #470FBC: hue angle of 259.42º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470FBC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 15 188 -
CMYK 0.62 0.92 0 0.26
HSL 259.42º 0.85% 0.4% -
HSV(B) 259.42º 0.92% 0.74% -
XYZ 11.85 5.31 47.98 -
YUV 51.47 205.05 141.93 -
System Red Green Blue C M Y K H S L
Decimal 71 15 188 0.62 0.92 0 0.26 259.42 0.85 0.4
Hex 47 F BC 3E 5C 0 1A 103 55 28
Octal 107 17 274 76 134 0 32 403 125 50
Binary 1000111 1111 10111100 111110 1011100 0 11010 100000011 1010101 101000

Color Harmonies of #470FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FBC

Black with #470FBC

Text Example


Text Example

White with #470FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,188); }

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

background-color css

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

 a { background-color: rgb(71,15,188); }

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

border-color css

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

 span { border-color: rgb(71,15,188); }

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