Html Css Color HEX #470FBB Purple Heart

📋 copy color: '#470FBB'

red 71 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #470FBB

Tints of Purple Heart #470FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 26.01%
G = 5.49%
B = 68.5%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#470FBB (or 0x470FBB) is known color: Purple Heart. HEX triplet: 47, 0F and BB. RGB value is (71,15,187). Sum of RGB (Red+Green+Blue) = 71+15+187=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #470FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBB is #B8F044. Grayscale: #323232. Windows color (decimal): -12120133 or 12259143. OLE color: 12259143.

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

Color convert

RGB 71 15 187 -
CMYK 0.62 0.92 0 0.27
HSL 259.53º 0.85% 0.4% -
HSV(B) 259.53º 0.92% 0.73% -
XYZ 11.74 5.27 47.41 -
YUV 51.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 71 15 187 0.62 0.92 0 0.27 259.53 0.85 0.4
Hex 47 F BB 3E 5C 0 1B 104 55 28
Octal 107 17 273 76 134 0 33 404 125 50
Binary 1000111 1111 10111011 111110 1011100 0 11011 100000100 1010101 101000

Color Harmonies of #470FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FBB

Black with #470FBB

Text Example


Text Example

White with #470FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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