Html Css Color HEX #7B15AD Purple Heart

📋 copy color: '#7B15AD'

red 123 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #7B15AD

Tints of Purple Heart #7B15AD

RGB

 RED value IS 123 (48.44% from 255) = 38.8%

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

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 38.8%
G = 6.62%
B = 54.57%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B15AD (or 0x7B15AD) is known color: Purple Heart. HEX triplet: 7B, 15 and AD. RGB value is (123,21,173). Sum of RGB (Red+Green+Blue) = 123+21+173=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B15AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B15AD is #84EA52. Grayscale: #444444. Windows color (decimal): -8710739 or 11343227. OLE color: 11343227.

HSL color Cylindrical-coordinate representation of color #7B15AD: hue angle of 280.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B15AD is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 21 173 -
CMYK 0.29 0.88 0 0.32
HSL 280.26º 0.78% 0.38% -
HSV(B) 280.26º 0.88% 0.68% -
XYZ 15.98 7.76 40.19 -
YUV 68.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 123 21 173 0.29 0.88 0 0.32 280.26 0.78 0.38
Hex 7B 15 AD 1D 58 0 20 118 4E 26
Octal 173 25 255 35 130 0 40 430 116 46
Binary 1111011 10101 10101101 11101 1011000 0 100000 100011000 1001110 100110

Color Harmonies of #7B15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B15AD

Black with #7B15AD

Text Example


Text Example

White with #7B15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B15AD; }

 p { color: rgb(123,21,173); }

 H1.HeaderClassName
 {
   color: #7B15AD;
 }
 .AnyTagClassName
 {
   color: #7B15AD;
 }
</style>

background-color css

<style>
 a { background-color: #7B15AD; }

 a { background-color: rgb(123,21,173); }

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

border-color css

<style>
 span { border-color: #7B15AD; }

 span { border-color: rgb(123,21,173); }

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