Html Css Color HEX #7705B5 Dark Violet

📋 copy color: '#7705B5'

red 119 ◦ green 5 ◦ blue 181

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

Shades of Dark Violet #7705B5

Tints of Dark Violet #7705B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.34%

R = 39.02%
G = 1.64%
B = 59.34%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7705B5 (or 0x7705B5) is known color: Dark Violet. HEX triplet: 77, 05 and B5. RGB value is (119,5,181). Sum of RGB (Red+Green+Blue) = 119+5+181=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #7705B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705B5 is #88FA4A. Grayscale: #3A3A3A. Windows color (decimal): -8976971 or 11863415. OLE color: 11863415.

HSL color Cylindrical-coordinate representation of color #7705B5: hue angle of 278.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705B5 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 5 181 -
CMYK 0.34 0.97 0 0.29
HSL 278.86º 0.95% 0.36% -
HSV(B) 278.86º 0.97% 0.71% -
XYZ 16 7.37 44.29 -
YUV 59.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 119 5 181 0.34 0.97 0 0.29 278.86 0.95 0.36
Hex 77 5 B5 22 61 0 1D 117 5F 24
Octal 167 5 265 42 141 0 35 427 137 44
Binary 1110111 101 10110101 100010 1100001 0 11101 100010111 1011111 100100

Color Harmonies of #7705B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705B5

Black with #7705B5

Text Example


Text Example

White with #7705B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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