Html Css Color HEX #7601DE Dark Violet

📋 copy color: '#7601DE'

red 118 ◦ green 1 ◦ blue 222

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

Shades of Dark Violet #7601DE

Tints of Dark Violet #7601DE

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

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

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 34.6%
G = 0.29%
B = 65.1%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7601DE (or 0x7601DE) is known color: Dark Violet. HEX triplet: 76, 01 and DE. RGB value is (118,1,222). Sum of RGB (Red+Green+Blue) = 118+1+222=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #7601DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601DE is #89FE21. Grayscale: #3C3C3C. Windows color (decimal): -9043490 or 14549366. OLE color: 14549366.

HSL color Cylindrical-coordinate representation of color #7601DE: hue angle of 271.76º 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 #7601DE is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 1 222 -
CMYK 0.47 1.00 0 0.13
HSL 271.76º 0.99% 0.44% -
HSV(B) 271.76º 1% 0.87% -
XYZ 20.67 9.15 69.78 -
YUV 61.18 218.76 168.53 -
System Red Green Blue C M Y K H S L
Decimal 118 1 222 0.47 1.00 0 0.13 271.76 0.99 0.44
Hex 76 1 DE 2F 64 0 D 110 63 2C
Octal 166 1 336 57 144 0 15 420 143 54
Binary 1110110 1 11011110 101111 1100100 0 1101 100010000 1100011 101100

Color Harmonies of #7601DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7601DE

Black with #7601DE

Text Example


Text Example

White with #7601DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7601DE; }

 p { color: rgb(118,1,222); }

 H1.HeaderClassName
 {
   color: #7601DE;
 }
 .AnyTagClassName
 {
   color: #7601DE;
 }
</style>

background-color css

<style>
 a { background-color: #7601DE; }

 a { background-color: rgb(118,1,222); }

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

border-color css

<style>
 span { border-color: #7601DE; }

 span { border-color: rgb(118,1,222); }

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