Html Css Color HEX #7515B6 Purple Heart

📋 copy color: '#7515B6'

red 117 ◦ green 21 ◦ blue 182

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

Shades of Purple Heart #7515B6

Tints of Purple Heart #7515B6

RGB

 RED value IS 117 (46.09% from 255) = 36.56%

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

 BLUE value IS 182 (71.48% from 255) = 56.88%

R = 36.56%
G = 6.56%
B = 56.88%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7515B6 (or 0x7515B6) is known color: Purple Heart. HEX triplet: 75, 15 and B6. RGB value is (117,21,182). Sum of RGB (Red+Green+Blue) = 117+21+182=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #7515B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515B6 is #8AEA49. Grayscale: #434343. Windows color (decimal): -9103946 or 11933045. OLE color: 11933045.

HSL color Cylindrical-coordinate representation of color #7515B6: hue angle of 275.78º degrees, saturation: 0.79, 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 #7515B6 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 21 182 -
CMYK 0.36 0.88 0 0.29
HSL 275.78º 0.79% 0.4% -
HSV(B) 275.78º 0.88% 0.71% -
XYZ 16.05 7.7 44.9 -
YUV 68.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 117 21 182 0.36 0.88 0 0.29 275.78 0.79 0.4
Hex 75 15 B6 24 58 0 1D 114 4F 28
Octal 165 25 266 44 130 0 35 424 117 50
Binary 1110101 10101 10110110 100100 1011000 0 11101 100010100 1001111 101000

Color Harmonies of #7515B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515B6

Black with #7515B6

Text Example


Text Example

White with #7515B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7515B6; }

 p { color: rgb(117,21,182); }

 H1.HeaderClassName
 {
   color: #7515B6;
 }
 .AnyTagClassName
 {
   color: #7515B6;
 }
</style>

background-color css

<style>
 a { background-color: #7515B6; }

 a { background-color: rgb(117,21,182); }

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

border-color css

<style>
 span { border-color: #7515B6; }

 span { border-color: rgb(117,21,182); }

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