Html Css Color HEX #4715BA Purple Heart

📋 copy color: '#4715BA'

red 71 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #4715BA

Tints of Purple Heart #4715BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 25.54%
G = 7.55%
B = 66.91%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4715BA (or 0x4715BA) is known color: Purple Heart. HEX triplet: 47, 15 and BA. RGB value is (71,21,186). Sum of RGB (Red+Green+Blue) = 71+21+186=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #4715BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4715BA is #B8EA45. Grayscale: #363636. Windows color (decimal): -12118598 or 12195143. OLE color: 12195143.

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

Color convert

RGB 71 21 186 -
CMYK 0.62 0.89 0 0.27
HSL 258.18º 0.8% 0.41% -
HSV(B) 258.18º 0.89% 0.73% -
XYZ 11.73 5.42 46.88 -
YUV 54.76 202.07 139.58 -
System Red Green Blue C M Y K H S L
Decimal 71 21 186 0.62 0.89 0 0.27 258.18 0.8 0.41
Hex 47 15 BA 3E 59 0 1B 102 50 29
Octal 107 25 272 76 131 0 33 402 120 51
Binary 1000111 10101 10111010 111110 1011001 0 11011 100000010 1010000 101001

Color Harmonies of #4715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4715BA

Black with #4715BA

Text Example


Text Example

White with #4715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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