Html Css Color HEX #7610BB Purple Heart

📋 copy color: '#7610BB'

red 118 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #7610BB

Tints of Purple Heart #7610BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 36.76%
G = 4.98%
B = 58.26%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7610BB (or 0x7610BB) is known color: Purple Heart. HEX triplet: 76, 10 and BB. RGB value is (118,16,187). Sum of RGB (Red+Green+Blue) = 118+16+187=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #7610BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610BB is #89EF44. Grayscale: #414141. Windows color (decimal): -9039685 or 12259446. OLE color: 12259446.

HSL color Cylindrical-coordinate representation of color #7610BB: hue angle of 275.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7610BB is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 16 187 -
CMYK 0.37 0.91 0 0.27
HSL 275.79º 0.84% 0.4% -
HSV(B) 275.79º 0.91% 0.73% -
XYZ 16.63 7.81 47.64 -
YUV 65.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 118 16 187 0.37 0.91 0 0.27 275.79 0.84 0.4
Hex 76 10 BB 25 5B 0 1B 114 54 28
Octal 166 20 273 45 133 0 33 424 124 50
Binary 1110110 10000 10111011 100101 1011011 0 11011 100010100 1010100 101000

Color Harmonies of #7610BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610BB

Black with #7610BB

Text Example


Text Example

White with #7610BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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