Html Css Color HEX #7616BD Purple Heart

📋 copy color: '#7616BD'

red 118 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #7616BD

Tints of Purple Heart #7616BD

RGB

 RED value IS 118 (46.48% from 255) = 35.87%

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 35.87%
G = 6.69%
B = 57.45%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7616BD (or 0x7616BD) is known color: Purple Heart. HEX triplet: 76, 16 and BD. RGB value is (118,22,189). Sum of RGB (Red+Green+Blue) = 118+22+189=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #7616BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616BD is #89E942. Grayscale: #454545. Windows color (decimal): -9038147 or 12392054. OLE color: 12392054.

HSL color Cylindrical-coordinate representation of color #7616BD: hue angle of 274.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7616BD is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 22 189 -
CMYK 0.38 0.88 0 0.26
HSL 274.49º 0.79% 0.41% -
HSV(B) 274.49º 0.88% 0.74% -
XYZ 16.94 8.1 48.81 -
YUV 69.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 118 22 189 0.38 0.88 0 0.26 274.49 0.79 0.41
Hex 76 16 BD 26 58 0 1A 112 4F 29
Octal 166 26 275 46 130 0 32 422 117 51
Binary 1110110 10110 10111101 100110 1011000 0 11010 100010010 1001111 101001

Color Harmonies of #7616BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616BD

Black with #7616BD

Text Example


Text Example

White with #7616BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7616BD; }

 p { color: rgb(118,22,189); }

 H1.HeaderClassName
 {
   color: #7616BD;
 }
 .AnyTagClassName
 {
   color: #7616BD;
 }
</style>

background-color css

<style>
 a { background-color: #7616BD; }

 a { background-color: rgb(118,22,189); }

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

border-color css

<style>
 span { border-color: #7616BD; }

 span { border-color: rgb(118,22,189); }

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