Html Css Color HEX #770ACD Dark Violet

📋 copy color: '#770ACD'

red 119 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #770ACD

Tints of Dark Violet #770ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 35.63%
G = 2.99%
B = 61.38%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#770ACD (or 0x770ACD) is known color: Dark Violet. HEX triplet: 77, 0A and CD. RGB value is (119,10,205). Sum of RGB (Red+Green+Blue) = 119+10+205=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #770ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ACD is #88F532. Grayscale: #404040. Windows color (decimal): -8975667 or 13437559. OLE color: 13437559.

HSL color Cylindrical-coordinate representation of color #770ACD: hue angle of 273.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770ACD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 10 205 -
CMYK 0.42 0.95 0 0.20
HSL 273.54º 0.91% 0.42% -
HSV(B) 273.54º 0.95% 0.8% -
XYZ 18.74 8.55 58.42 -
YUV 64.82 207.11 166.64 -
System Red Green Blue C M Y K H S L
Decimal 119 10 205 0.42 0.95 0 0.20 273.54 0.91 0.42
Hex 77 A CD 2A 5F 0 14 112 5B 2A
Octal 167 12 315 52 137 0 24 422 133 52
Binary 1110111 1010 11001101 101010 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #770ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ACD

Black with #770ACD

Text Example


Text Example

White with #770ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770ACD; }

 p { color: rgb(119,10,205); }

 H1.HeaderClassName
 {
   color: #770ACD;
 }
 .AnyTagClassName
 {
   color: #770ACD;
 }
</style>

background-color css

<style>
 a { background-color: #770ACD; }

 a { background-color: rgb(119,10,205); }

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

border-color css

<style>
 span { border-color: #770ACD; }

 span { border-color: rgb(119,10,205); }

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