Html Css Color HEX #4710BA Purple Heart

📋 copy color: '#4710BA'

red 71 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #4710BA

Tints of Purple Heart #4710BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 26.01%
G = 5.86%
B = 68.13%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4710BA (or 0x4710BA) is known color: Purple Heart. HEX triplet: 47, 10 and BA. RGB value is (71,16,186). Sum of RGB (Red+Green+Blue) = 71+16+186=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #4710BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710BA is #B8EF45. Grayscale: #333333. Windows color (decimal): -12119878 or 12193863. OLE color: 12193863.

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

Color convert

RGB 71 16 186 -
CMYK 0.62 0.91 0 0.27
HSL 259.41º 0.84% 0.4% -
HSV(B) 259.41º 0.91% 0.73% -
XYZ 11.65 5.26 46.85 -
YUV 51.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 71 16 186 0.62 0.91 0 0.27 259.41 0.84 0.4
Hex 47 10 BA 3E 5B 0 1B 103 54 28
Octal 107 20 272 76 133 0 33 403 124 50
Binary 1000111 10000 10111010 111110 1011011 0 11011 100000011 1010100 101000

Color Harmonies of #4710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710BA

Black with #4710BA

Text Example


Text Example

White with #4710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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