Html Css Color HEX #7602CE Dark Violet

📋 copy color: '#7602CE'

red 118 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #7602CE

Tints of Dark Violet #7602CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 36.2%
G = 0.61%
B = 63.19%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7602CE (or 0x7602CE) is known color: Dark Violet. HEX triplet: 76, 02 and CE. RGB value is (118,2,206). Sum of RGB (Red+Green+Blue) = 118+2+206=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #7602CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602CE is #89FD31. Grayscale: #3B3B3B. Windows color (decimal): -9043250 or 13501046. OLE color: 13501046.

HSL color Cylindrical-coordinate representation of color #7602CE: hue angle of 274.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602CE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 2 206 -
CMYK 0.43 0.99 0 0.19
HSL 274.12º 0.98% 0.41% -
HSV(B) 274.12º 0.99% 0.81% -
XYZ 18.63 8.35 59.02 -
YUV 59.94 210.43 169.41 -
System Red Green Blue C M Y K H S L
Decimal 118 2 206 0.43 0.99 0 0.19 274.12 0.98 0.41
Hex 76 2 CE 2B 63 0 13 112 62 29
Octal 166 2 316 53 143 0 23 422 142 51
Binary 1110110 10 11001110 101011 1100011 0 10011 100010010 1100010 101001

Color Harmonies of #7602CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602CE

Black with #7602CE

Text Example


Text Example

White with #7602CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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