Html Css Color HEX #7608B2 Dark Violet

📋 copy color: '#7608B2'

red 118 ◦ green 8 ◦ blue 178

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

Shades of Dark Violet #7608B2

Tints of Dark Violet #7608B2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 178 (69.92% from 255) = 58.55%

R = 38.82%
G = 2.63%
B = 58.55%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7608B2 (or 0x7608B2) is known color: Dark Violet. HEX triplet: 76, 08 and B2. RGB value is (118,8,178). Sum of RGB (Red+Green+Blue) = 118+8+178=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #7608B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7608B2 is #89F74D. Grayscale: #3B3B3B. Windows color (decimal): -9041742 or 11667574. OLE color: 11667574.

HSL color Cylindrical-coordinate representation of color #7608B2: hue angle of 278.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608B2 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 8 178 -
CMYK 0.34 0.96 0 0.30
HSL 278.82º 0.91% 0.36% -
HSV(B) 278.82º 0.96% 0.7% -
XYZ 15.59 7.24 42.69 -
YUV 60.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 118 8 178 0.34 0.96 0 0.30 278.82 0.91 0.36
Hex 76 8 B2 22 60 0 1E 117 5B 24
Octal 166 10 262 42 140 0 36 427 133 44
Binary 1110110 1000 10110010 100010 1100000 0 11110 100010111 1011011 100100

Color Harmonies of #7608B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7608B2

Black with #7608B2

Text Example


Text Example

White with #7608B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7608B2; }

 p { color: rgb(118,8,178); }

 H1.HeaderClassName
 {
   color: #7608B2;
 }
 .AnyTagClassName
 {
   color: #7608B2;
 }
</style>

background-color css

<style>
 a { background-color: #7608B2; }

 a { background-color: rgb(118,8,178); }

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

border-color css

<style>
 span { border-color: #7608B2; }

 span { border-color: rgb(118,8,178); }

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