Html Css Color HEX #7802B9 Dark Violet

📋 copy color: '#7802B9'

red 120 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #7802B9

Tints of Dark Violet #7802B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.26%

R = 39.09%
G = 0.65%
B = 60.26%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7802B9 (or 0x7802B9) is known color: Dark Violet. HEX triplet: 78, 02 and B9. RGB value is (120,2,185). Sum of RGB (Red+Green+Blue) = 120+2+185=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #7802B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802B9 is #87FD46. Grayscale: #393939. Windows color (decimal): -8912199 or 12124792. OLE color: 12124792.

HSL color Cylindrical-coordinate representation of color #7802B9: hue angle of 278.69º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802B9 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 2 185 -
CMYK 0.35 0.99 0 0.27
HSL 278.69º 0.98% 0.37% -
HSV(B) 278.69º 0.99% 0.73% -
XYZ 16.52 7.54 46.48 -
YUV 58.14 199.59 172.12 -
System Red Green Blue C M Y K H S L
Decimal 120 2 185 0.35 0.99 0 0.27 278.69 0.98 0.37
Hex 78 2 B9 23 63 0 1B 117 62 25
Octal 170 2 271 43 143 0 33 427 142 45
Binary 1111000 10 10111001 100011 1100011 0 11011 100010111 1100010 100101

Color Harmonies of #7802B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7802B9

Black with #7802B9

Text Example


Text Example

White with #7802B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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