Html Css Color HEX #7602BE Dark Violet

📋 copy color: '#7602BE'

red 118 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #7602BE

Tints of Dark Violet #7602BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 38.06%
G = 0.65%
B = 61.29%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7602BE (or 0x7602BE) is known color: Dark Violet. HEX triplet: 76, 02 and BE. RGB value is (118,2,190). Sum of RGB (Red+Green+Blue) = 118+2+190=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #7602BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602BE is #89FD41. Grayscale: #393939. Windows color (decimal): -9043266 or 12452470. OLE color: 12452470.

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

Color convert

RGB 118 2 190 -
CMYK 0.38 0.99 0 0.25
HSL 277.02º 0.98% 0.38% -
HSV(B) 277.02º 0.99% 0.75% -
XYZ 16.79 7.61 49.3 -
YUV 58.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 118 2 190 0.38 0.99 0 0.25 277.02 0.98 0.38
Hex 76 2 BE 26 63 0 19 115 62 26
Octal 166 2 276 46 143 0 31 425 142 46
Binary 1110110 10 10111110 100110 1100011 0 11001 100010101 1100010 100110

Color Harmonies of #7602BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602BE

Black with #7602BE

Text Example


Text Example

White with #7602BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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