Html Css Color HEX #4710BF Purple Heart

📋 copy color: '#4710BF'

red 71 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #4710BF

Tints of Purple Heart #4710BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 191 (75% from 255) = 68.71%

R = 25.54%
G = 5.76%
B = 68.71%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4710BF (or 0x4710BF) is known color: Purple Heart. HEX triplet: 47, 10 and BF. RGB value is (71,16,191). Sum of RGB (Red+Green+Blue) = 71+16+191=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #4710BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710BF is #B8EF40. Grayscale: #333333. Windows color (decimal): -12119873 or 12521543. OLE color: 12521543.

HSL color Cylindrical-coordinate representation of color #4710BF: hue angle of 258.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4710BF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 16 191 -
CMYK 0.63 0.92 0 0.25
HSL 258.86º 0.85% 0.41% -
HSV(B) 258.86º 0.92% 0.75% -
XYZ 12.19 5.47 49.7 -
YUV 52.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 71 16 191 0.63 0.92 0 0.25 258.86 0.85 0.41
Hex 47 10 BF 3F 5C 0 19 103 55 29
Octal 107 20 277 77 134 0 31 403 125 51
Binary 1000111 10000 10111111 111111 1011100 0 11001 100000011 1010101 101001

Color Harmonies of #4710BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710BF

Black with #4710BF

Text Example


Text Example

White with #4710BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4710BF; }

 p { color: rgb(71,16,191); }

 H1.HeaderClassName
 {
   color: #4710BF;
 }
 .AnyTagClassName
 {
   color: #4710BF;
 }
</style>

background-color css

<style>
 a { background-color: #4710BF; }

 a { background-color: rgb(71,16,191); }

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

border-color css

<style>
 span { border-color: #4710BF; }

 span { border-color: rgb(71,16,191); }

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