Html Css Color HEX #4716BA Purple Heart

📋 copy color: '#4716BA'

red 71 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #4716BA

Tints of Purple Heart #4716BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 25.45%
G = 7.89%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4716BA (or 0x4716BA) is known color: Purple Heart. HEX triplet: 47, 16 and BA. RGB value is (71,22,186). Sum of RGB (Red+Green+Blue) = 71+22+186=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4716BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716BA is #B8E945. Grayscale: #363636. Windows color (decimal): -12118342 or 12195399. OLE color: 12195399.

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

Color convert

RGB 71 22 186 -
CMYK 0.62 0.88 0 0.27
HSL 257.93º 0.79% 0.41% -
HSV(B) 257.93º 0.88% 0.73% -
XYZ 11.75 5.46 46.89 -
YUV 55.35 201.73 139.16 -
System Red Green Blue C M Y K H S L
Decimal 71 22 186 0.62 0.88 0 0.27 257.93 0.79 0.41
Hex 47 16 BA 3E 58 0 1B 102 4F 29
Octal 107 26 272 76 130 0 33 402 117 51
Binary 1000111 10110 10111010 111110 1011000 0 11011 100000010 1001111 101001

Color Harmonies of #4716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716BA

Black with #4716BA

Text Example


Text Example

White with #4716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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