Html Css Color HEX #7602E0 Dark Violet

📋 copy color: '#7602E0'

red 118 ◦ green 2 ◦ blue 224

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

Shades of Dark Violet #7602E0

Tints of Dark Violet #7602E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 65.12%

R = 34.3%
G = 0.58%
B = 65.12%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7602E0 (or 0x7602E0) is known color: Dark Violet. HEX triplet: 76, 02 and E0. RGB value is (118,2,224). Sum of RGB (Red+Green+Blue) = 118+2+224=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #7602E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602E0 is #89FD1F. Grayscale: #3D3D3D. Windows color (decimal): -9043232 or 14680694. OLE color: 14680694.

HSL color Cylindrical-coordinate representation of color #7602E0: hue angle of 271.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602E0 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 2 224 -
CMYK 0.47 0.99 0 0.12
HSL 271.35º 0.98% 0.44% -
HSV(B) 271.35º 0.99% 0.88% -
XYZ 20.95 9.28 71.21 -
YUV 61.99 219.43 167.95 -
System Red Green Blue C M Y K H S L
Decimal 118 2 224 0.47 0.99 0 0.12 271.35 0.98 0.44
Hex 76 2 E0 2F 63 0 C 10F 62 2C
Octal 166 2 340 57 143 0 14 417 142 54
Binary 1110110 10 11100000 101111 1100011 0 1100 100001111 1100010 101100

Color Harmonies of #7602E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602E0

Black with #7602E0

Text Example


Text Example

White with #7602E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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