Html Css Color HEX #7704CE Dark Violet

📋 copy color: '#7704CE'

red 119 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7704CE

Tints of Dark Violet #7704CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 36.17%
G = 1.22%
B = 62.61%

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

#7704CE (or 0x7704CE) is known color: Dark Violet. HEX triplet: 77, 04 and CE. RGB value is (119,4,206). Sum of RGB (Red+Green+Blue) = 119+4+206=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 4 (1.95% from 255 or 1.22% 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 #7704CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704CE is #88FB31. Grayscale: #3C3C3C. Windows color (decimal): -8977202 or 13501559. OLE color: 13501559.

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

Color convert

RGB 119 4 206 -
CMYK 0.42 0.98 0 0.19
HSL 274.16º 0.96% 0.41% -
HSV(B) 274.16º 0.98% 0.81% -
XYZ 18.79 8.47 59.04 -
YUV 61.41 209.6 169.07 -
System Red Green Blue C M Y K H S L
Decimal 119 4 206 0.42 0.98 0 0.19 274.16 0.96 0.41
Hex 77 4 CE 2A 62 0 13 112 60 29
Octal 167 4 316 52 142 0 23 422 140 51
Binary 1110111 100 11001110 101010 1100010 0 10011 100010010 1100000 101001

Color Harmonies of #7704CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704CE

Black with #7704CE

Text Example


Text Example

White with #7704CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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