Html Css Color HEX #7A08DB Dark Violet

📋 copy color: '#7A08DB'

red 122 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #7A08DB

Tints of Dark Violet #7A08DB

RGB

 RED value IS 122 (48.05% from 255) = 34.96%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 34.96%
G = 2.29%
B = 62.75%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A08DB (or 0x7A08DB) is known color: Dark Violet. HEX triplet: 7A, 08 and DB. RGB value is (122,8,219). Sum of RGB (Red+Green+Blue) = 122+8+219=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08DB is #85F724. Grayscale: #414141. Windows color (decimal): -8779557 or 14354554. OLE color: 14354554.

HSL color Cylindrical-coordinate representation of color #7A08DB: hue angle of 272.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A08DB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 8 219 -
CMYK 0.44 0.96 0 0.14
HSL 272.42º 0.93% 0.45% -
HSV(B) 272.42º 0.96% 0.86% -
XYZ 20.9 9.43 67.74 -
YUV 66.14 214.27 167.84 -
System Red Green Blue C M Y K H S L
Decimal 122 8 219 0.44 0.96 0 0.14 272.42 0.93 0.45
Hex 7A 8 DB 2C 60 0 E 110 5D 2D
Octal 172 10 333 54 140 0 16 420 135 55
Binary 1111010 1000 11011011 101100 1100000 0 1110 100010000 1011101 101101

Color Harmonies of #7A08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A08DB

Black with #7A08DB

Text Example


Text Example

White with #7A08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A08DB; }

 p { color: rgb(122,8,219); }

 H1.HeaderClassName
 {
   color: #7A08DB;
 }
 .AnyTagClassName
 {
   color: #7A08DB;
 }
</style>

background-color css

<style>
 a { background-color: #7A08DB; }

 a { background-color: rgb(122,8,219); }

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

border-color css

<style>
 span { border-color: #7A08DB; }

 span { border-color: rgb(122,8,219); }

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