Html Css Color HEX #7A08DD Dark Violet

📋 copy color: '#7A08DD'

red 122 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #7A08DD

Tints of Dark Violet #7A08DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 34.76%
G = 2.28%
B = 62.96%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A08DD (or 0x7A08DD) is known color: Dark Violet. HEX triplet: 7A, 08 and DD. RGB value is (122,8,221). Sum of RGB (Red+Green+Blue) = 122+8+221=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A08DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08DD is #85F722. Grayscale: #414141. Windows color (decimal): -8779555 or 14485626. OLE color: 14485626.

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

Color convert

RGB 122 8 221 -
CMYK 0.45 0.96 0 0.13
HSL 272.11º 0.93% 0.45% -
HSV(B) 272.11º 0.96% 0.87% -
XYZ 21.16 9.53 69.13 -
YUV 66.37 215.27 167.68 -
System Red Green Blue C M Y K H S L
Decimal 122 8 221 0.45 0.96 0 0.13 272.11 0.93 0.45
Hex 7A 8 DD 2D 60 0 D 110 5D 2D
Octal 172 10 335 55 140 0 15 420 135 55
Binary 1111010 1000 11011101 101101 1100000 0 1101 100010000 1011101 101101

Color Harmonies of #7A08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A08DD

Black with #7A08DD

Text Example


Text Example

White with #7A08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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