Html Css Color HEX #7602AF Dark Violet

📋 copy color: '#7602AF'

red 118 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #7602AF

Tints of Dark Violet #7602AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 40%
G = 0.68%
B = 59.32%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7602AF (or 0x7602AF) is known color: Dark Violet. HEX triplet: 76, 02 and AF. RGB value is (118,2,175). Sum of RGB (Red+Green+Blue) = 118+2+175=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7602AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7602AF is #89FD50. Grayscale: #373737. Windows color (decimal): -9043281 or 11469430. OLE color: 11469430.

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

Color convert

RGB 118 2 175 -
CMYK 0.33 0.99 0 0.31
HSL 280.23º 0.98% 0.35% -
HSV(B) 280.23º 0.99% 0.69% -
XYZ 15.23 6.99 41.1 -
YUV 56.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 118 2 175 0.33 0.99 0 0.31 280.23 0.98 0.35
Hex 76 2 AF 21 63 0 1F 118 62 23
Octal 166 2 257 41 143 0 37 430 142 43
Binary 1110110 10 10101111 100001 1100011 0 11111 100011000 1100010 100011

Color Harmonies of #7602AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602AF

Black with #7602AF

Text Example


Text Example

White with #7602AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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