Html Css Color HEX #7613AB Purple Heart

📋 copy color: '#7613AB'

red 118 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #7613AB

Tints of Purple Heart #7613AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 38.31%
G = 6.17%
B = 55.52%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7613AB (or 0x7613AB) is known color: Purple Heart. HEX triplet: 76, 13 and AB. RGB value is (118,19,171). Sum of RGB (Red+Green+Blue) = 118+19+171=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7613AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AB is #89EC54. Grayscale: #414141. Windows color (decimal): -9038933 or 11211638. OLE color: 11211638.

HSL color Cylindrical-coordinate representation of color #7613AB: hue angle of 279.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7613AB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 19 171 -
CMYK 0.31 0.89 0 0.33
HSL 279.08º 0.8% 0.37% -
HSV(B) 279.08º 0.89% 0.67% -
XYZ 15.05 7.26 39.14 -
YUV 65.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 118 19 171 0.31 0.89 0 0.33 279.08 0.8 0.37
Hex 76 13 AB 1F 59 0 21 117 50 25
Octal 166 23 253 37 131 0 41 427 120 45
Binary 1110110 10011 10101011 11111 1011001 0 100001 100010111 1010000 100101

Color Harmonies of #7613AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613AB

Black with #7613AB

Text Example


Text Example

White with #7613AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7613AB; }

 p { color: rgb(118,19,171); }

 H1.HeaderClassName
 {
   color: #7613AB;
 }
 .AnyTagClassName
 {
   color: #7613AB;
 }
</style>

background-color css

<style>
 a { background-color: #7613AB; }

 a { background-color: rgb(118,19,171); }

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

border-color css

<style>
 span { border-color: #7613AB; }

 span { border-color: rgb(118,19,171); }

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