Html Css Color HEX #770ACB Dark Violet

📋 copy color: '#770ACB'

red 119 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #770ACB

Tints of Dark Violet #770ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 35.84%
G = 3.01%
B = 61.14%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#770ACB (or 0x770ACB) is known color: Dark Violet. HEX triplet: 77, 0A and CB. RGB value is (119,10,203). Sum of RGB (Red+Green+Blue) = 119+10+203=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #770ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ACB is #88F534. Grayscale: #3F3F3F. Windows color (decimal): -8975669 or 13306487. OLE color: 13306487.

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

Color convert

RGB 119 10 203 -
CMYK 0.41 0.95 0 0.20
HSL 273.89º 0.91% 0.42% -
HSV(B) 273.89º 0.95% 0.8% -
XYZ 18.5 8.45 57.16 -
YUV 64.59 206.11 166.81 -
System Red Green Blue C M Y K H S L
Decimal 119 10 203 0.41 0.95 0 0.20 273.89 0.91 0.42
Hex 77 A CB 29 5F 0 14 112 5B 2A
Octal 167 12 313 51 137 0 24 422 133 52
Binary 1110111 1010 11001011 101001 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #770ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ACB

Black with #770ACB

Text Example


Text Example

White with #770ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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