Html Css Color HEX #7602AE Dark Violet

📋 copy color: '#7602AE'

red 118 ◦ green 2 ◦ blue 174

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

Shades of Dark Violet #7602AE

Tints of Dark Violet #7602AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 40.14%
G = 0.68%
B = 59.18%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7602AE (or 0x7602AE) is known color: Dark Violet. HEX triplet: 76, 02 and AE. RGB value is (118,2,174). Sum of RGB (Red+Green+Blue) = 118+2+174=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #7602AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7602AE is #89FD51. Grayscale: #373737. Windows color (decimal): -9043282 or 11403894. OLE color: 11403894.

HSL color Cylindrical-coordinate representation of color #7602AE: hue angle of 280.47º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602AE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 2 174 -
CMYK 0.32 0.99 0 0.32
HSL 280.47º 0.98% 0.35% -
HSV(B) 280.47º 0.99% 0.68% -
XYZ 15.13 6.95 40.59 -
YUV 56.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 118 2 174 0.32 0.99 0 0.32 280.47 0.98 0.35
Hex 76 2 AE 20 63 0 20 118 62 23
Octal 166 2 256 40 143 0 40 430 142 43
Binary 1110110 10 10101110 100000 1100011 0 100000 100011000 1100010 100011

Color Harmonies of #7602AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602AE

Black with #7602AE

Text Example


Text Example

White with #7602AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7602AE; }

 p { color: rgb(118,2,174); }

 H1.HeaderClassName
 {
   color: #7602AE;
 }
 .AnyTagClassName
 {
   color: #7602AE;
 }
</style>

background-color css

<style>
 a { background-color: #7602AE; }

 a { background-color: rgb(118,2,174); }

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

border-color css

<style>
 span { border-color: #7602AE; }

 span { border-color: rgb(118,2,174); }

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