Html Css Color HEX #7802BE Dark Violet

📋 copy color: '#7802BE'

red 120 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #7802BE

Tints of Dark Violet #7802BE

RGB

 RED value IS 120 (47.27% from 255) = 38.46%

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

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

R = 38.46%
G = 0.64%
B = 60.9%

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

#7802BE (or 0x7802BE) is known color: Dark Violet. HEX triplet: 78, 02 and BE. RGB value is (120,2,190). Sum of RGB (Red+Green+Blue) = 120+2+190=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #7802BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802BE is #87FD41. Grayscale: #3A3A3A. Windows color (decimal): -8912194 or 12452472. OLE color: 12452472.

HSL color Cylindrical-coordinate representation of color #7802BE: hue angle of 277.66º 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 #7802BE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 2 190 -
CMYK 0.37 0.99 0 0.25
HSL 277.66º 0.98% 0.38% -
HSV(B) 277.66º 0.99% 0.75% -
XYZ 17.06 7.75 49.31 -
YUV 58.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 120 2 190 0.37 0.99 0 0.25 277.66 0.98 0.38
Hex 78 2 BE 25 63 0 19 116 62 26
Octal 170 2 276 45 143 0 31 426 142 46
Binary 1111000 10 10111110 100101 1100011 0 11001 100010110 1100010 100110

Color Harmonies of #7802BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7802BE

Black with #7802BE

Text Example


Text Example

White with #7802BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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