Html Css Color HEX #770ABC Dark Violet

📋 copy color: '#770ABC'

red 119 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #770ABC

Tints of Dark Violet #770ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 37.54%
G = 3.15%
B = 59.31%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#770ABC (or 0x770ABC) is known color: Dark Violet. HEX triplet: 77, 0A and BC. RGB value is (119,10,188). Sum of RGB (Red+Green+Blue) = 119+10+188=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #770ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ABC is #88F543. Grayscale: #3E3E3E. Windows color (decimal): -8975684 or 12323447. OLE color: 12323447.

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

Color convert

RGB 119 10 188 -
CMYK 0.37 0.95 0 0.26
HSL 276.74º 0.9% 0.39% -
HSV(B) 276.74º 0.95% 0.74% -
XYZ 16.79 7.77 48.19 -
YUV 62.88 198.61 168.03 -
System Red Green Blue C M Y K H S L
Decimal 119 10 188 0.37 0.95 0 0.26 276.74 0.9 0.39
Hex 77 A BC 25 5F 0 1A 115 5A 27
Octal 167 12 274 45 137 0 32 425 132 47
Binary 1110111 1010 10111100 100101 1011111 0 11010 100010101 1011010 100111

Color Harmonies of #770ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ABC

Black with #770ABC

Text Example


Text Example

White with #770ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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