Html Css Color HEX #7802DA Dark Violet

📋 copy color: '#7802DA'

red 120 ◦ green 2 ◦ blue 218

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

Shades of Dark Violet #7802DA

Tints of Dark Violet #7802DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.12%

R = 35.29%
G = 0.59%
B = 64.12%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7802DA (or 0x7802DA) is known color: Dark Violet. HEX triplet: 78, 02 and DA. RGB value is (120,2,218). Sum of RGB (Red+Green+Blue) = 120+2+218=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #7802DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802DA is #87FD25. Grayscale: #3D3D3D. Windows color (decimal): -8912166 or 14287480. OLE color: 14287480.

HSL color Cylindrical-coordinate representation of color #7802DA: hue angle of 272.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802DA is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 2 218 -
CMYK 0.45 0.99 0 0.15
HSL 272.78º 0.98% 0.43% -
HSV(B) 272.78º 0.99% 0.85% -
XYZ 20.42 9.1 67.01 -
YUV 61.91 216.09 169.44 -
System Red Green Blue C M Y K H S L
Decimal 120 2 218 0.45 0.99 0 0.15 272.78 0.98 0.43
Hex 78 2 DA 2D 63 0 F 111 62 2B
Octal 170 2 332 55 143 0 17 421 142 53
Binary 1111000 10 11011010 101101 1100011 0 1111 100010001 1100010 101011

Color Harmonies of #7802DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7802DA

Black with #7802DA

Text Example


Text Example

White with #7802DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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