Html Css Color HEX #7705CF Dark Violet

📋 copy color: '#7705CF'

red 119 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #7705CF

Tints of Dark Violet #7705CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 35.95%
G = 1.51%
B = 62.54%

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

#7705CF (or 0x7705CF) is known color: Dark Violet. HEX triplet: 77, 05 and CF. RGB value is (119,5,207). Sum of RGB (Red+Green+Blue) = 119+5+207=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #7705CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CF is #88FA30. Grayscale: #3D3D3D. Windows color (decimal): -8976945 or 13567351. OLE color: 13567351.

HSL color Cylindrical-coordinate representation of color #7705CF: hue angle of 273.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705CF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 5 207 -
CMYK 0.43 0.98 0 0.19
HSL 273.86º 0.95% 0.42% -
HSV(B) 273.86º 0.98% 0.81% -
XYZ 18.92 8.54 59.68 -
YUV 62.11 209.77 168.57 -
System Red Green Blue C M Y K H S L
Decimal 119 5 207 0.43 0.98 0 0.19 273.86 0.95 0.42
Hex 77 5 CF 2B 62 0 13 112 5F 2A
Octal 167 5 317 53 142 0 23 422 137 52
Binary 1110111 101 11001111 101011 1100010 0 10011 100010010 1011111 101010

Color Harmonies of #7705CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705CF

Black with #7705CF

Text Example


Text Example

White with #7705CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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