Html Css Color HEX #4720BA Purple Heart

📋 copy color: '#4720BA'

red 71 ◦ green 32 ◦ blue 186

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

Shades of Purple Heart #4720BA

Tints of Purple Heart #4720BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 24.57%
G = 11.07%
B = 64.36%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4720BA (or 0x4720BA) is known color: Purple Heart. HEX triplet: 47, 20 and BA. RGB value is (71,32,186). Sum of RGB (Red+Green+Blue) = 71+32+186=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #4720BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720BA is #B8DF45. Grayscale: #3C3C3C. Windows color (decimal): -12115782 or 12197959. OLE color: 12197959.

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

Color convert

RGB 71 32 186 -
CMYK 0.62 0.83 0 0.27
HSL 255.19º 0.71% 0.43% -
HSV(B) 255.19º 0.83% 0.73% -
XYZ 11.98 5.92 46.97 -
YUV 61.22 198.42 134.98 -
System Red Green Blue C M Y K H S L
Decimal 71 32 186 0.62 0.83 0 0.27 255.19 0.71 0.43
Hex 47 20 BA 3E 53 0 1B FF 47 2B
Octal 107 40 272 76 123 0 33 377 107 53
Binary 1000111 100000 10111010 111110 1010011 0 11011 11111111 1000111 101011

Color Harmonies of #4720BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720BA

Black with #4720BA

Text Example


Text Example

White with #4720BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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