Html Css Color HEX #7601BE Dark Violet

📋 copy color: '#7601BE'

red 118 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #7601BE

Tints of Dark Violet #7601BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 38.19%
G = 0.32%
B = 61.49%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7601BE (or 0x7601BE) is known color: Dark Violet. HEX triplet: 76, 01 and BE. RGB value is (118,1,190). Sum of RGB (Red+Green+Blue) = 118+1+190=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #7601BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601BE is #89FE41. Grayscale: #383838. Windows color (decimal): -9043522 or 12452214. OLE color: 12452214.

HSL color Cylindrical-coordinate representation of color #7601BE: hue angle of 277.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7601BE is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 1 190 -
CMYK 0.38 0.99 0 0.25
HSL 277.14º 0.99% 0.37% -
HSV(B) 277.14º 0.99% 0.75% -
XYZ 16.78 7.59 49.3 -
YUV 57.53 202.76 171.13 -
System Red Green Blue C M Y K H S L
Decimal 118 1 190 0.38 0.99 0 0.25 277.14 0.99 0.37
Hex 76 1 BE 26 63 0 19 115 63 25
Octal 166 1 276 46 143 0 31 425 143 45
Binary 1110110 1 10111110 100110 1100011 0 11001 100010101 1100011 100101

Color Harmonies of #7601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7601BE

Black with #7601BE

Text Example


Text Example

White with #7601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7601BE; }

 p { color: rgb(118,1,190); }

 H1.HeaderClassName
 {
   color: #7601BE;
 }
 .AnyTagClassName
 {
   color: #7601BE;
 }
</style>

background-color css

<style>
 a { background-color: #7601BE; }

 a { background-color: rgb(118,1,190); }

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

border-color css

<style>
 span { border-color: #7601BE; }

 span { border-color: rgb(118,1,190); }

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