Html Css Color HEX #7602DF Dark Violet

📋 copy color: '#7602DF'

red 118 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #7602DF

Tints of Dark Violet #7602DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 34.4%
G = 0.58%
B = 65.01%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7602DF (or 0x7602DF) is known color: Dark Violet. HEX triplet: 76, 02 and DF. RGB value is (118,2,223). Sum of RGB (Red+Green+Blue) = 118+2+223=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #7602DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602DF is #89FD20. Grayscale: #3D3D3D. Windows color (decimal): -9043233 or 14615158. OLE color: 14615158.

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

Color convert

RGB 118 2 223 -
CMYK 0.47 0.99 0 0.13
HSL 271.49º 0.98% 0.44% -
HSV(B) 271.49º 0.99% 0.87% -
XYZ 20.81 9.22 70.5 -
YUV 61.88 218.93 168.03 -
System Red Green Blue C M Y K H S L
Decimal 118 2 223 0.47 0.99 0 0.13 271.49 0.98 0.44
Hex 76 2 DF 2F 63 0 D 10F 62 2C
Octal 166 2 337 57 143 0 15 417 142 54
Binary 1110110 10 11011111 101111 1100011 0 1101 100001111 1100010 101100

Color Harmonies of #7602DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602DF

Black with #7602DF

Text Example


Text Example

White with #7602DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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