Html Css Color HEX #7605BB Dark Violet

📋 copy color: '#7605BB'

red 118 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #7605BB

Tints of Dark Violet #7605BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 38.06%
G = 1.61%
B = 60.32%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7605BB (or 0x7605BB) is known color: Dark Violet. HEX triplet: 76, 05 and BB. RGB value is (118,5,187). Sum of RGB (Red+Green+Blue) = 118+5+187=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #7605BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605BB is #89FA44. Grayscale: #3A3A3A. Windows color (decimal): -9042501 or 12256630. OLE color: 12256630.

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

Color convert

RGB 118 5 187 -
CMYK 0.37 0.97 0 0.27
HSL 277.25º 0.95% 0.38% -
HSV(B) 277.25º 0.97% 0.73% -
XYZ 16.5 7.55 47.6 -
YUV 59.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 118 5 187 0.37 0.97 0 0.27 277.25 0.95 0.38
Hex 76 5 BB 25 61 0 1B 115 5F 26
Octal 166 5 273 45 141 0 33 425 137 46
Binary 1110110 101 10111011 100101 1100001 0 11011 100010101 1011111 100110

Color Harmonies of #7605BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7605BB

Black with #7605BB

Text Example


Text Example

White with #7605BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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