Html Css Color HEX #7704E1 Dark Violet

📋 copy color: '#7704E1'

red 119 ◦ green 4 ◦ blue 225

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

Shades of Dark Violet #7704E1

Tints of Dark Violet #7704E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.66%

R = 34.2%
G = 1.15%
B = 64.66%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7704E1 (or 0x7704E1) is known color: Dark Violet. HEX triplet: 77, 04 and E1. RGB value is (119,4,225). Sum of RGB (Red+Green+Blue) = 119+4+225=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #7704E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704E1 is #88FB1E. Grayscale: #3E3E3E. Windows color (decimal): -8977183 or 14746743. OLE color: 14746743.

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

Color convert

RGB 119 4 225 -
CMYK 0.47 0.98 0 0.12
HSL 271.22º 0.97% 0.45% -
HSV(B) 271.22º 0.98% 0.88% -
XYZ 21.24 9.45 71.94 -
YUV 63.58 219.1 167.53 -
System Red Green Blue C M Y K H S L
Decimal 119 4 225 0.47 0.98 0 0.12 271.22 0.97 0.45
Hex 77 4 E1 2F 62 0 C 10F 61 2D
Octal 167 4 341 57 142 0 14 417 141 55
Binary 1110111 100 11100001 101111 1100010 0 1100 100001111 1100001 101101

Color Harmonies of #7704E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704E1

Black with #7704E1

Text Example


Text Example

White with #7704E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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