Html Css Color HEX #7704DB Dark Violet

📋 copy color: '#7704DB'

red 119 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #7704DB

Tints of Dark Violet #7704DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 34.8%
G = 1.17%
B = 64.04%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7704DB (or 0x7704DB) is known color: Dark Violet. HEX triplet: 77, 04 and DB. RGB value is (119,4,219). Sum of RGB (Red+Green+Blue) = 119+4+219=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #7704DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704DB is #88FB24. Grayscale: #3E3E3E. Windows color (decimal): -8977189 or 14353527. OLE color: 14353527.

HSL color Cylindrical-coordinate representation of color #7704DB: hue angle of 272.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7704DB is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 4 219 -
CMYK 0.46 0.98 0 0.14
HSL 272.09º 0.96% 0.44% -
HSV(B) 272.09º 0.98% 0.86% -
XYZ 20.44 9.12 67.7 -
YUV 62.9 216.1 168.02 -
System Red Green Blue C M Y K H S L
Decimal 119 4 219 0.46 0.98 0 0.14 272.09 0.96 0.44
Hex 77 4 DB 2E 62 0 E 110 60 2C
Octal 167 4 333 56 142 0 16 420 140 54
Binary 1110111 100 11011011 101110 1100010 0 1110 100010000 1100000 101100

Color Harmonies of #7704DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704DB

Black with #7704DB

Text Example


Text Example

White with #7704DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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