Html Css Color HEX #7702CE Dark Violet

📋 copy color: '#7702CE'

red 119 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #7702CE

Tints of Dark Violet #7702CE

RGB

 RED value IS 119 (46.88% from 255) = 36.39%

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

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

R = 36.39%
G = 0.61%
B = 63%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7702CE (or 0x7702CE) is known color: Dark Violet. HEX triplet: 77, 02 and CE. RGB value is (119,2,206). Sum of RGB (Red+Green+Blue) = 119+2+206=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7702CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702CE is #88FD31. Grayscale: #3B3B3B. Windows color (decimal): -8977714 or 13501047. OLE color: 13501047.

HSL color Cylindrical-coordinate representation of color #7702CE: hue angle of 274.41º 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 #7702CE is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 2 206 -
CMYK 0.42 0.99 0 0.19
HSL 274.41º 0.98% 0.41% -
HSV(B) 274.41º 0.99% 0.81% -
XYZ 18.77 8.42 59.03 -
YUV 60.24 210.26 169.91 -
System Red Green Blue C M Y K H S L
Decimal 119 2 206 0.42 0.99 0 0.19 274.41 0.98 0.41
Hex 77 2 CE 2A 63 0 13 112 62 29
Octal 167 2 316 52 143 0 23 422 142 51
Binary 1110111 10 11001110 101010 1100011 0 10011 100010010 1100010 101001

Color Harmonies of #7702CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702CE

Black with #7702CE

Text Example


Text Example

White with #7702CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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