Html Css Color HEX #770CBE Dark Violet

📋 copy color: '#770CBE'

red 119 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #770CBE

Tints of Dark Violet #770CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 37.07%
G = 3.74%
B = 59.19%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#770CBE (or 0x770CBE) is known color: Dark Violet. HEX triplet: 77, 0C and BE. RGB value is (119,12,190). Sum of RGB (Red+Green+Blue) = 119+12+190=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #770CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CBE is #88F341. Grayscale: #3F3F3F. Windows color (decimal): -8975170 or 12455031. OLE color: 12455031.

HSL color Cylindrical-coordinate representation of color #770CBE: hue angle of 276.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CBE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 12 190 -
CMYK 0.37 0.94 0 0.25
HSL 276.07º 0.88% 0.4% -
HSV(B) 276.07º 0.94% 0.75% -
XYZ 17.03 7.9 49.34 -
YUV 64.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 119 12 190 0.37 0.94 0 0.25 276.07 0.88 0.4
Hex 77 C BE 25 5E 0 19 114 58 28
Octal 167 14 276 45 136 0 31 424 130 50
Binary 1110111 1100 10111110 100101 1011110 0 11001 100010100 1011000 101000

Color Harmonies of #770CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CBE

Black with #770CBE

Text Example


Text Example

White with #770CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,12,190); }

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

background-color css

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

 a { background-color: rgb(119,12,190); }

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

border-color css

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

 span { border-color: rgb(119,12,190); }

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