Html Css Color HEX #7606DA Dark Violet

📋 copy color: '#7606DA'

red 118 ◦ green 6 ◦ blue 218

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

Shades of Dark Violet #7606DA

Tints of Dark Violet #7606DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 34.5%
G = 1.75%
B = 63.74%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7606DA (or 0x7606DA) is known color: Dark Violet. HEX triplet: 76, 06 and DA. RGB value is (118,6,218). Sum of RGB (Red+Green+Blue) = 118+6+218=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #7606DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7606DA is #89F925. Grayscale: #3E3E3E. Windows color (decimal): -9042214 or 14288502. OLE color: 14288502.

HSL color Cylindrical-coordinate representation of color #7606DA: hue angle of 271.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7606DA is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 6 218 -
CMYK 0.46 0.97 0 0.15
HSL 271.7º 0.95% 0.44% -
HSV(B) 271.7º 0.97% 0.85% -
XYZ 20.19 9.04 67.01 -
YUV 63.66 215.11 166.76 -
System Red Green Blue C M Y K H S L
Decimal 118 6 218 0.46 0.97 0 0.15 271.7 0.95 0.44
Hex 76 6 DA 2E 61 0 F 110 5F 2C
Octal 166 6 332 56 141 0 17 420 137 54
Binary 1110110 110 11011010 101110 1100001 0 1111 100010000 1011111 101100

Color Harmonies of #7606DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7606DA

Black with #7606DA

Text Example


Text Example

White with #7606DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7606DA; }

 p { color: rgb(118,6,218); }

 H1.HeaderClassName
 {
   color: #7606DA;
 }
 .AnyTagClassName
 {
   color: #7606DA;
 }
</style>

background-color css

<style>
 a { background-color: #7606DA; }

 a { background-color: rgb(118,6,218); }

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

border-color css

<style>
 span { border-color: #7606DA; }

 span { border-color: rgb(118,6,218); }

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