Html Css Color HEX #7702BE Dark Violet

📋 copy color: '#7702BE'

red 119 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #7702BE

Tints of Dark Violet #7702BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 38.26%
G = 0.64%
B = 61.09%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7702BE (or 0x7702BE) is known color: Dark Violet. HEX triplet: 77, 02 and BE. RGB value is (119,2,190). Sum of RGB (Red+Green+Blue) = 119+2+190=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #7702BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702BE is #88FD41. Grayscale: #393939. Windows color (decimal): -8977730 or 12452471. OLE color: 12452471.

HSL color Cylindrical-coordinate representation of color #7702BE: hue angle of 277.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702BE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 2 190 -
CMYK 0.37 0.99 0 0.25
HSL 277.34º 0.98% 0.38% -
HSV(B) 277.34º 0.99% 0.75% -
XYZ 16.92 7.68 49.31 -
YUV 58.42 202.26 171.21 -
System Red Green Blue C M Y K H S L
Decimal 119 2 190 0.37 0.99 0 0.25 277.34 0.98 0.38
Hex 77 2 BE 25 63 0 19 115 62 26
Octal 167 2 276 45 143 0 31 425 142 46
Binary 1110111 10 10111110 100101 1100011 0 11001 100010101 1100010 100110

Color Harmonies of #7702BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7702BE

Black with #7702BE

Text Example


Text Example

White with #7702BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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