Html Css Color HEX #7701DD Dark Violet

📋 copy color: '#7701DD'

red 119 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #7701DD

Tints of Dark Violet #7701DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 34.9%
G = 0.29%
B = 64.81%

CMYK

 C value IS 0.46

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7701DD (or 0x7701DD) is known color: Dark Violet. HEX triplet: 77, 01 and DD. RGB value is (119,1,221). Sum of RGB (Red+Green+Blue) = 119+1+221=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #7701DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701DD is #88FE22. Grayscale: #3C3C3C. Windows color (decimal): -8977955 or 14483831. OLE color: 14483831.

HSL color Cylindrical-coordinate representation of color #7701DD: hue angle of 272.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701DD is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 1 221 -
CMYK 0.46 1.00 0 0.13
HSL 272.18º 0.99% 0.44% -
HSV(B) 272.18º 1% 0.87% -
XYZ 20.67 9.16 69.09 -
YUV 61.36 218.09 169.11 -
System Red Green Blue C M Y K H S L
Decimal 119 1 221 0.46 1.00 0 0.13 272.18 0.99 0.44
Hex 77 1 DD 2E 64 0 D 110 63 2C
Octal 167 1 335 56 144 0 15 420 143 54
Binary 1110111 1 11011101 101110 1100100 0 1101 100010000 1100011 101100

Color Harmonies of #7701DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701DD

Black with #7701DD

Text Example


Text Example

White with #7701DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7701DD; }

 p { color: rgb(119,1,221); }

 H1.HeaderClassName
 {
   color: #7701DD;
 }
 .AnyTagClassName
 {
   color: #7701DD;
 }
</style>

background-color css

<style>
 a { background-color: #7701DD; }

 a { background-color: rgb(119,1,221); }

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

border-color css

<style>
 span { border-color: #7701DD; }

 span { border-color: rgb(119,1,221); }

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