Html Css Color HEX #7608CB Dark Violet

📋 copy color: '#7608CB'

red 118 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #7608CB

Tints of Dark Violet #7608CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 35.87%
G = 2.43%
B = 61.7%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7608CB (or 0x7608CB) is known color: Dark Violet. HEX triplet: 76, 08 and CB. RGB value is (118,8,203). Sum of RGB (Red+Green+Blue) = 118+8+203=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #7608CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608CB is #89F734. Grayscale: #3E3E3E. Windows color (decimal): -9041717 or 13305974. OLE color: 13305974.

HSL color Cylindrical-coordinate representation of color #7608CB: hue angle of 273.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608CB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 8 203 -
CMYK 0.42 0.96 0 0.20
HSL 273.85º 0.92% 0.41% -
HSV(B) 273.85º 0.96% 0.8% -
XYZ 18.34 8.34 57.14 -
YUV 63.12 206.94 167.14 -
System Red Green Blue C M Y K H S L
Decimal 118 8 203 0.42 0.96 0 0.20 273.85 0.92 0.41
Hex 76 8 CB 2A 60 0 14 112 5C 29
Octal 166 10 313 52 140 0 24 422 134 51
Binary 1110110 1000 11001011 101010 1100000 0 10100 100010010 1011100 101001

Color Harmonies of #7608CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7608CB

Black with #7608CB

Text Example


Text Example

White with #7608CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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