Html Css Color HEX #4716B5 Purple Heart

📋 copy color: '#4716B5'

red 71 ◦ green 22 ◦ blue 181

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

Shades of Purple Heart #4716B5

Tints of Purple Heart #4716B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 66.06%

R = 25.91%
G = 8.03%
B = 66.06%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4716B5 (or 0x4716B5) is known color: Purple Heart. HEX triplet: 47, 16 and B5. RGB value is (71,22,181). Sum of RGB (Red+Green+Blue) = 71+22+181=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #4716B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716B5 is #B8E94A. Grayscale: #363636. Windows color (decimal): -12118347 or 11867719. OLE color: 11867719.

HSL color Cylindrical-coordinate representation of color #4716B5: hue angle of 258.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4716B5 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 22 181 -
CMYK 0.61 0.88 0 0.29
HSL 258.49º 0.78% 0.4% -
HSV(B) 258.49º 0.88% 0.71% -
XYZ 11.23 5.25 44.14 -
YUV 54.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 71 22 181 0.61 0.88 0 0.29 258.49 0.78 0.4
Hex 47 16 B5 3D 58 0 1D 102 4E 28
Octal 107 26 265 75 130 0 35 402 116 50
Binary 1000111 10110 10110101 111101 1011000 0 11101 100000010 1001110 101000

Color Harmonies of #4716B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4716B5

Black with #4716B5

Text Example


Text Example

White with #4716B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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