Html Css Color HEX #770AC5 Dark Violet

📋 copy color: '#770AC5'

red 119 ◦ green 10 ◦ blue 197

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

Shades of Dark Violet #770AC5

Tints of Dark Violet #770AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.43%

R = 36.5%
G = 3.07%
B = 60.43%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#770AC5 (or 0x770AC5) is known color: Dark Violet. HEX triplet: 77, 0A and C5. RGB value is (119,10,197). Sum of RGB (Red+Green+Blue) = 119+10+197=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #770AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AC5 is #88F53A. Grayscale: #3F3F3F. Windows color (decimal): -8975675 or 12913271. OLE color: 12913271.

HSL color Cylindrical-coordinate representation of color #770AC5: hue angle of 274.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AC5 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 10 197 -
CMYK 0.40 0.95 0 0.23
HSL 274.97º 0.9% 0.41% -
HSV(B) 274.97º 0.95% 0.77% -
XYZ 17.79 8.17 53.46 -
YUV 63.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 119 10 197 0.40 0.95 0 0.23 274.97 0.9 0.41
Hex 77 A C5 28 5F 0 17 113 5A 29
Octal 167 12 305 50 137 0 27 423 132 51
Binary 1110111 1010 11000101 101000 1011111 0 10111 100010011 1011010 101001

Color Harmonies of #770AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AC5

Black with #770AC5

Text Example


Text Example

White with #770AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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