Html Css Color HEX #7607BC Dark Violet

📋 copy color: '#7607BC'

red 118 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #7607BC

Tints of Dark Violet #7607BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 37.7%
G = 2.24%
B = 60.06%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7607BC (or 0x7607BC) is known color: Dark Violet. HEX triplet: 76, 07 and BC. RGB value is (118,7,188). Sum of RGB (Red+Green+Blue) = 118+7+188=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #7607BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607BC is #89F843. Grayscale: #3C3C3C. Windows color (decimal): -9041988 or 12322678. OLE color: 12322678.

HSL color Cylindrical-coordinate representation of color #7607BC: hue angle of 276.8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607BC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 7 188 -
CMYK 0.37 0.96 0 0.26
HSL 276.8º 0.93% 0.38% -
HSV(B) 276.8º 0.96% 0.74% -
XYZ 16.62 7.63 48.17 -
YUV 60.82 199.77 168.78 -
System Red Green Blue C M Y K H S L
Decimal 118 7 188 0.37 0.96 0 0.26 276.8 0.93 0.38
Hex 76 7 BC 25 60 0 1A 115 5D 26
Octal 166 7 274 45 140 0 32 425 135 46
Binary 1110110 111 10111100 100101 1100000 0 11010 100010101 1011101 100110

Color Harmonies of #7607BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607BC

Black with #7607BC

Text Example


Text Example

White with #7607BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7607BC; }

 p { color: rgb(118,7,188); }

 H1.HeaderClassName
 {
   color: #7607BC;
 }
 .AnyTagClassName
 {
   color: #7607BC;
 }
</style>

background-color css

<style>
 a { background-color: #7607BC; }

 a { background-color: rgb(118,7,188); }

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

border-color css

<style>
 span { border-color: #7607BC; }

 span { border-color: rgb(118,7,188); }

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