Html Css Color HEX #7602BA Dark Violet

📋 copy color: '#7602BA'

red 118 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #7602BA

Tints of Dark Violet #7602BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 38.56%
G = 0.65%
B = 60.78%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7602BA (or 0x7602BA) is known color: Dark Violet. HEX triplet: 76, 02 and BA. RGB value is (118,2,186). Sum of RGB (Red+Green+Blue) = 118+2+186=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #7602BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602BA is #89FD45. Grayscale: #393939. Windows color (decimal): -9043270 or 12190326. OLE color: 12190326.

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

Color convert

RGB 118 2 186 -
CMYK 0.37 0.99 0 0.27
HSL 277.83º 0.98% 0.37% -
HSV(B) 277.83º 0.99% 0.73% -
XYZ 16.36 7.44 47.03 -
YUV 57.66 200.43 171.04 -
System Red Green Blue C M Y K H S L
Decimal 118 2 186 0.37 0.99 0 0.27 277.83 0.98 0.37
Hex 76 2 BA 25 63 0 1B 116 62 25
Octal 166 2 272 45 143 0 33 426 142 45
Binary 1110110 10 10111010 100101 1100011 0 11011 100010110 1100010 100101

Color Harmonies of #7602BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602BA

Black with #7602BA

Text Example


Text Example

White with #7602BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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