Html Css Color HEX #7605CE Dark Violet

📋 copy color: '#7605CE'

red 118 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #7605CE

Tints of Dark Violet #7605CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 35.87%
G = 1.52%
B = 62.61%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7605CE (or 0x7605CE) is known color: Dark Violet. HEX triplet: 76, 05 and CE. RGB value is (118,5,206). Sum of RGB (Red+Green+Blue) = 118+5+206=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #7605CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605CE is #89FA31. Grayscale: #3D3D3D. Windows color (decimal): -9042482 or 13501814. OLE color: 13501814.

HSL color Cylindrical-coordinate representation of color #7605CE: hue angle of 273.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7605CE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 5 206 -
CMYK 0.43 0.98 0 0.19
HSL 273.73º 0.95% 0.41% -
HSV(B) 273.73º 0.98% 0.81% -
XYZ 18.67 8.42 59.03 -
YUV 61.7 209.44 168.16 -
System Red Green Blue C M Y K H S L
Decimal 118 5 206 0.43 0.98 0 0.19 273.73 0.95 0.41
Hex 76 5 CE 2B 62 0 13 112 5F 29
Octal 166 5 316 53 142 0 23 422 137 51
Binary 1110110 101 11001110 101011 1100010 0 10011 100010010 1011111 101001

Color Harmonies of #7605CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7605CE

Black with #7605CE

Text Example


Text Example

White with #7605CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7605CE; }

 p { color: rgb(118,5,206); }

 H1.HeaderClassName
 {
   color: #7605CE;
 }
 .AnyTagClassName
 {
   color: #7605CE;
 }
</style>

background-color css

<style>
 a { background-color: #7605CE; }

 a { background-color: rgb(118,5,206); }

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

border-color css

<style>
 span { border-color: #7605CE; }

 span { border-color: rgb(118,5,206); }

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