Html Css Color HEX #770FC0 Dark Violet

📋 copy color: '#770FC0'

red 119 ◦ green 15 ◦ blue 192

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

Shades of Dark Violet #770FC0

Tints of Dark Violet #770FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 36.5%
G = 4.6%
B = 58.9%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#770FC0 (or 0x770FC0) is known color: Dark Violet. HEX triplet: 77, 0F and C0. RGB value is (119,15,192). Sum of RGB (Red+Green+Blue) = 119+15+192=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #770FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FC0 is #88F03F. Grayscale: #414141. Windows color (decimal): -8974400 or 12586871. OLE color: 12586871.

HSL color Cylindrical-coordinate representation of color #770FC0: hue angle of 275.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770FC0 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 15 192 -
CMYK 0.38 0.92 0 0.25
HSL 275.25º 0.86% 0.41% -
HSV(B) 275.25º 0.92% 0.75% -
XYZ 17.29 8.07 50.52 -
YUV 66.27 198.96 165.61 -
System Red Green Blue C M Y K H S L
Decimal 119 15 192 0.38 0.92 0 0.25 275.25 0.86 0.41
Hex 77 F C0 26 5C 0 19 113 56 29
Octal 167 17 300 46 134 0 31 423 126 51
Binary 1110111 1111 11000000 100110 1011100 0 11001 100010011 1010110 101001

Color Harmonies of #770FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FC0

Black with #770FC0

Text Example


Text Example

White with #770FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,192); }

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

background-color css

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

 a { background-color: rgb(119,15,192); }

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

border-color css

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

 span { border-color: rgb(119,15,192); }

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