Html Css Color HEX #7A06DD Dark Violet

📋 copy color: '#7A06DD'

red 122 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #7A06DD

Tints of Dark Violet #7A06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 34.96%
G = 1.72%
B = 63.32%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A06DD (or 0x7A06DD) is known color: Dark Violet. HEX triplet: 7A, 06 and DD. RGB value is (122,6,221). Sum of RGB (Red+Green+Blue) = 122+6+221=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A06DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A06DD is #85F922. Grayscale: #404040. Windows color (decimal): -8780067 or 14485114. OLE color: 14485114.

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

Color convert

RGB 122 6 221 -
CMYK 0.45 0.97 0 0.13
HSL 272.37º 0.95% 0.45% -
HSV(B) 272.37º 0.97% 0.87% -
XYZ 21.14 9.49 69.12 -
YUV 65.19 215.93 168.52 -
System Red Green Blue C M Y K H S L
Decimal 122 6 221 0.45 0.97 0 0.13 272.37 0.95 0.45
Hex 7A 6 DD 2D 61 0 D 110 5F 2D
Octal 172 6 335 55 141 0 15 420 137 55
Binary 1111010 110 11011101 101101 1100001 0 1101 100010000 1011111 101101

Color Harmonies of #7A06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A06DD

Black with #7A06DD

Text Example


Text Example

White with #7A06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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