Html Css Color HEX #7705BD Dark Violet

📋 copy color: '#7705BD'

red 119 ◦ green 5 ◦ blue 189

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

Shades of Dark Violet #7705BD

Tints of Dark Violet #7705BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 38.02%
G = 1.6%
B = 60.38%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7705BD (or 0x7705BD) is known color: Dark Violet. HEX triplet: 77, 05 and BD. RGB value is (119,5,189). Sum of RGB (Red+Green+Blue) = 119+5+189=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #7705BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705BD is #88FA42. Grayscale: #3B3B3B. Windows color (decimal): -8976963 or 12387703. OLE color: 12387703.

HSL color Cylindrical-coordinate representation of color #7705BD: hue angle of 277.17º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705BD is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 5 189 -
CMYK 0.37 0.97 0 0.26
HSL 277.17º 0.95% 0.38% -
HSV(B) 277.17º 0.97% 0.74% -
XYZ 16.85 7.7 48.74 -
YUV 60.06 200.77 170.04 -
System Red Green Blue C M Y K H S L
Decimal 119 5 189 0.37 0.97 0 0.26 277.17 0.95 0.38
Hex 77 5 BD 25 61 0 1A 115 5F 26
Octal 167 5 275 45 141 0 32 425 137 46
Binary 1110111 101 10111101 100101 1100001 0 11010 100010101 1011111 100110

Color Harmonies of #7705BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705BD

Black with #7705BD

Text Example


Text Example

White with #7705BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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