Html Css Color HEX #7705CE Dark Violet

📋 copy color: '#7705CE'

red 119 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #7705CE

Tints of Dark Violet #7705CE

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

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

R = 36.06%
G = 1.52%
B = 62.42%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7705CE (or 0x7705CE) is known color: Dark Violet. HEX triplet: 77, 05 and CE. RGB value is (119,5,206). Sum of RGB (Red+Green+Blue) = 119+5+206=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #7705CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CE is #88FA31. Grayscale: #3D3D3D. Windows color (decimal): -8976946 or 13501815. OLE color: 13501815.

HSL color Cylindrical-coordinate representation of color #7705CE: hue angle of 274.03º 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 #7705CE is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 5 206 -
CMYK 0.42 0.98 0 0.19
HSL 274.03º 0.95% 0.41% -
HSV(B) 274.03º 0.98% 0.81% -
XYZ 18.8 8.49 59.04 -
YUV 62 209.27 168.66 -
System Red Green Blue C M Y K H S L
Decimal 119 5 206 0.42 0.98 0 0.19 274.03 0.95 0.41
Hex 77 5 CE 2A 62 0 13 112 5F 29
Octal 167 5 316 52 142 0 23 422 137 51
Binary 1110111 101 11001110 101010 1100010 0 10011 100010010 1011111 101001

Color Harmonies of #7705CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705CE

Black with #7705CE

Text Example


Text Example

White with #7705CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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