Html Css Color HEX #7602CD Dark Violet

📋 copy color: '#7602CD'

red 118 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #7602CD

Tints of Dark Violet #7602CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 36.31%
G = 0.62%
B = 63.08%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7602CD (or 0x7602CD) is known color: Dark Violet. HEX triplet: 76, 02 and CD. RGB value is (118,2,205). Sum of RGB (Red+Green+Blue) = 118+2+205=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #7602CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602CD is #89FD32. Grayscale: #3B3B3B. Windows color (decimal): -9043251 or 13435510. OLE color: 13435510.

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

Color convert

RGB 118 2 205 -
CMYK 0.42 0.99 0 0.20
HSL 274.29º 0.98% 0.41% -
HSV(B) 274.29º 0.99% 0.8% -
XYZ 18.51 8.3 58.38 -
YUV 59.83 209.93 169.49 -
System Red Green Blue C M Y K H S L
Decimal 118 2 205 0.42 0.99 0 0.20 274.29 0.98 0.41
Hex 76 2 CD 2A 63 0 14 112 62 29
Octal 166 2 315 52 143 0 24 422 142 51
Binary 1110110 10 11001101 101010 1100011 0 10100 100010010 1100010 101001

Color Harmonies of #7602CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7602CD

Black with #7602CD

Text Example


Text Example

White with #7602CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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