Html Css Color HEX #770BD5 Dark Violet

📋 copy color: '#770BD5'

red 119 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #770BD5

Tints of Dark Violet #770BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 34.69%
G = 3.21%
B = 62.1%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#770BD5 (or 0x770BD5) is known color: Dark Violet. HEX triplet: 77, 0B and D5. RGB value is (119,11,213). Sum of RGB (Red+Green+Blue) = 119+11+213=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #770BD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD5 is #88F42A. Grayscale: #414141. Windows color (decimal): -8975403 or 13962103. OLE color: 13962103.

HSL color Cylindrical-coordinate representation of color #770BD5: hue angle of 272.08º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BD5 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 11 213 -
CMYK 0.44 0.95 0 0.16
HSL 272.08º 0.9% 0.44% -
HSV(B) 272.08º 0.95% 0.84% -
XYZ 19.74 8.97 63.64 -
YUV 66.32 210.78 165.57 -
System Red Green Blue C M Y K H S L
Decimal 119 11 213 0.44 0.95 0 0.16 272.08 0.9 0.44
Hex 77 B D5 2C 5F 0 10 110 5A 2C
Octal 167 13 325 54 137 0 20 420 132 54
Binary 1110111 1011 11010101 101100 1011111 0 10000 100010000 1011010 101100

Color Harmonies of #770BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BD5

Black with #770BD5

Text Example


Text Example

White with #770BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,213); }

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

background-color css

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

 a { background-color: rgb(119,11,213); }

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

border-color css

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

 span { border-color: rgb(119,11,213); }

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