Html Css Color HEX #7610B3 Purple Heart

📋 copy color: '#7610B3'

red 118 ◦ green 16 ◦ blue 179

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

Shades of Purple Heart #7610B3

Tints of Purple Heart #7610B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.19%

R = 37.7%
G = 5.11%
B = 57.19%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7610B3 (or 0x7610B3) is known color: Purple Heart. HEX triplet: 76, 10 and B3. RGB value is (118,16,179). Sum of RGB (Red+Green+Blue) = 118+16+179=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #7610B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610B3 is #89EF4C. Grayscale: #404040. Windows color (decimal): -9039693 or 11735158. OLE color: 11735158.

HSL color Cylindrical-coordinate representation of color #7610B3: hue angle of 277.55º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7610B3 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 16 179 -
CMYK 0.34 0.91 0 0.30
HSL 277.55º 0.84% 0.38% -
HSV(B) 277.55º 0.91% 0.7% -
XYZ 15.79 7.48 43.26 -
YUV 65.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 118 16 179 0.34 0.91 0 0.30 277.55 0.84 0.38
Hex 76 10 B3 22 5B 0 1E 116 54 26
Octal 166 20 263 42 133 0 36 426 124 46
Binary 1110110 10000 10110011 100010 1011011 0 11110 100010110 1010100 100110

Color Harmonies of #7610B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610B3

Black with #7610B3

Text Example


Text Example

White with #7610B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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