Html Css Color HEX #770ADF Dark Violet

📋 copy color: '#770ADF'

red 119 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #770ADF

Tints of Dark Violet #770ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 33.81%
G = 2.84%
B = 63.35%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770ADF (or 0x770ADF) is known color: Dark Violet. HEX triplet: 77, 0A and DF. RGB value is (119,10,223). Sum of RGB (Red+Green+Blue) = 119+10+223=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #770ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ADF is #88F520. Grayscale: #424242. Windows color (decimal): -8975649 or 14617207. OLE color: 14617207.

HSL color Cylindrical-coordinate representation of color #770ADF: hue angle of 270.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770ADF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 10 223 -
CMYK 0.47 0.96 0 0.13
HSL 270.7º 0.91% 0.46% -
HSV(B) 270.7º 0.96% 0.87% -
XYZ 21.04 9.47 70.53 -
YUV 66.87 216.11 165.18 -
System Red Green Blue C M Y K H S L
Decimal 119 10 223 0.47 0.96 0 0.13 270.7 0.91 0.46
Hex 77 A DF 2F 60 0 D 10F 5B 2E
Octal 167 12 337 57 140 0 15 417 133 56
Binary 1110111 1010 11011111 101111 1100000 0 1101 100001111 1011011 101110

Color Harmonies of #770ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ADF

Black with #770ADF

Text Example


Text Example

White with #770ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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