Html Css Color HEX #7704CF Dark Violet

📋 copy color: '#7704CF'

red 119 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #7704CF

Tints of Dark Violet #7704CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 36.06%
G = 1.21%
B = 62.73%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7704CF (or 0x7704CF) is known color: Dark Violet. HEX triplet: 77, 04 and CF. RGB value is (119,4,207). Sum of RGB (Red+Green+Blue) = 119+4+207=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #7704CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704CF is #88FB30. Grayscale: #3C3C3C. Windows color (decimal): -8977201 or 13567095. OLE color: 13567095.

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

Color convert

RGB 119 4 207 -
CMYK 0.43 0.98 0 0.19
HSL 273.99º 0.96% 0.41% -
HSV(B) 273.99º 0.98% 0.81% -
XYZ 18.91 8.51 59.68 -
YUV 61.53 210.1 168.99 -
System Red Green Blue C M Y K H S L
Decimal 119 4 207 0.43 0.98 0 0.19 273.99 0.96 0.41
Hex 77 4 CF 2B 62 0 13 112 60 29
Octal 167 4 317 53 142 0 23 422 140 51
Binary 1110111 100 11001111 101011 1100010 0 10011 100010010 1100000 101001

Color Harmonies of #7704CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704CF

Black with #7704CF

Text Example


Text Example

White with #7704CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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