Html Css Color HEX #770ACC Dark Violet

📋 copy color: '#770ACC'

red 119 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #770ACC

Tints of Dark Violet #770ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 35.74%
G = 3%
B = 61.26%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#770ACC (or 0x770ACC) is known color: Dark Violet. HEX triplet: 77, 0A and CC. RGB value is (119,10,204). Sum of RGB (Red+Green+Blue) = 119+10+204=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #770ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ACC is #88F533. Grayscale: #404040. Windows color (decimal): -8975668 or 13372023. OLE color: 13372023.

HSL color Cylindrical-coordinate representation of color #770ACC: hue angle of 273.71º 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 #770ACC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 10 204 -
CMYK 0.42 0.95 0 0.2
HSL 273.71º 0.91% 0.42% -
HSV(B) 273.71º 0.95% 0.8% -
XYZ 18.62 8.5 57.79 -
YUV 64.71 206.61 166.73 -
System Red Green Blue C M Y K H S L
Decimal 119 10 204 0.42 0.95 0 0.2 273.71 0.91 0.42
Hex 77 A CC 2A 5F 0 14 112 5B 2A
Octal 167 12 314 52 137 0 24 422 133 52
Binary 1110111 1010 11001100 101010 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #770ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ACC

Black with #770ACC

Text Example


Text Example

White with #770ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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