Html Css Color HEX #7615BD Purple Heart

📋 copy color: '#7615BD'

red 118 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #7615BD

Tints of Purple Heart #7615BD

RGB

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

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

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

R = 35.98%
G = 6.4%
B = 57.62%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7615BD (or 0x7615BD) is known color: Purple Heart. HEX triplet: 76, 15 and BD. RGB value is (118,21,189). Sum of RGB (Red+Green+Blue) = 118+21+189=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #7615BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615BD is #89EA42. Grayscale: #444444. Windows color (decimal): -9038403 or 12391798. OLE color: 12391798.

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

Color convert

RGB 118 21 189 -
CMYK 0.38 0.89 0 0.26
HSL 274.64º 0.8% 0.41% -
HSV(B) 274.64º 0.89% 0.74% -
XYZ 16.92 8.06 48.81 -
YUV 69.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 118 21 189 0.38 0.89 0 0.26 274.64 0.8 0.41
Hex 76 15 BD 26 59 0 1A 113 50 29
Octal 166 25 275 46 131 0 32 423 120 51
Binary 1110110 10101 10111101 100110 1011001 0 11010 100010011 1010000 101001

Color Harmonies of #7615BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615BD

Black with #7615BD

Text Example


Text Example

White with #7615BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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