Html Css Color HEX #7610AC Purple Heart

📋 copy color: '#7610AC'

red 118 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #7610AC

Tints of Purple Heart #7610AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 38.56%
G = 5.23%
B = 56.21%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7610AC (or 0x7610AC) is known color: Purple Heart. HEX triplet: 76, 10 and AC. RGB value is (118,16,172). Sum of RGB (Red+Green+Blue) = 118+16+172=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7610AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7610AC is #89EF53. Grayscale: #3F3F3F. Windows color (decimal): -9039700 or 11276406. OLE color: 11276406.

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

Color convert

RGB 118 16 172 -
CMYK 0.31 0.91 0 0.33
HSL 279.23º 0.83% 0.37% -
HSV(B) 279.23º 0.91% 0.67% -
XYZ 15.1 7.2 39.62 -
YUV 64.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 118 16 172 0.31 0.91 0 0.33 279.23 0.83 0.37
Hex 76 10 AC 1F 5B 0 21 117 53 25
Octal 166 20 254 37 133 0 41 427 123 45
Binary 1110110 10000 10101100 11111 1011011 0 100001 100010111 1010011 100101

Color Harmonies of #7610AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610AC

Black with #7610AC

Text Example


Text Example

White with #7610AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7610AC; }

 p { color: rgb(118,16,172); }

 H1.HeaderClassName
 {
   color: #7610AC;
 }
 .AnyTagClassName
 {
   color: #7610AC;
 }
</style>

background-color css

<style>
 a { background-color: #7610AC; }

 a { background-color: rgb(118,16,172); }

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

border-color css

<style>
 span { border-color: #7610AC; }

 span { border-color: rgb(118,16,172); }

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