Html Css Color HEX #7704DF Dark Violet

📋 copy color: '#7704DF'

red 119 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #7704DF

Tints of Dark Violet #7704DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 34.39%
G = 1.16%
B = 64.45%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7704DF (or 0x7704DF) is known color: Dark Violet. HEX triplet: 77, 04 and DF. RGB value is (119,4,223). Sum of RGB (Red+Green+Blue) = 119+4+223=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #7704DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704DF is #88FB20. Grayscale: #3E3E3E. Windows color (decimal): -8977185 or 14615671. OLE color: 14615671.

HSL color Cylindrical-coordinate representation of color #7704DF: hue angle of 271.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7704DF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 4 223 -
CMYK 0.47 0.98 0 0.13
HSL 271.51º 0.96% 0.45% -
HSV(B) 271.51º 0.98% 0.87% -
XYZ 20.97 9.34 70.51 -
YUV 63.35 218.1 167.69 -
System Red Green Blue C M Y K H S L
Decimal 119 4 223 0.47 0.98 0 0.13 271.51 0.96 0.45
Hex 77 4 DF 2F 62 0 D 110 60 2D
Octal 167 4 337 57 142 0 15 420 140 55
Binary 1110111 100 11011111 101111 1100010 0 1101 100010000 1100000 101101

Color Harmonies of #7704DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704DF

Black with #7704DF

Text Example


Text Example

White with #7704DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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