Html Css Color HEX #7605BA Dark Violet

📋 copy color: '#7605BA'

red 118 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #7605BA

Tints of Dark Violet #7605BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 38.19%
G = 1.62%
B = 60.19%

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

#7605BA (or 0x7605BA) is known color: Dark Violet. HEX triplet: 76, 05 and BA. RGB value is (118,5,186). Sum of RGB (Red+Green+Blue) = 118+5+186=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #7605BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605BA is #89FA45. Grayscale: #3A3A3A. Windows color (decimal): -9042502 or 12191094. OLE color: 12191094.

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

Color convert

RGB 118 5 186 -
CMYK 0.37 0.97 0 0.27
HSL 277.46º 0.95% 0.37% -
HSV(B) 277.46º 0.97% 0.73% -
XYZ 16.39 7.51 47.04 -
YUV 59.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 118 5 186 0.37 0.97 0 0.27 277.46 0.95 0.37
Hex 76 5 BA 25 61 0 1B 115 5F 25
Octal 166 5 272 45 141 0 33 425 137 45
Binary 1110110 101 10111010 100101 1100001 0 11011 100010101 1011111 100101

Color Harmonies of #7605BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7605BA

Black with #7605BA

Text Example


Text Example

White with #7605BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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