Html Css Color HEX #7900DD Dark Violet

📋 copy color: '#7900DD'

red 121 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #7900DD

Tints of Dark Violet #7900DD

RGB

 RED value IS 121 (47.66% from 255) = 35.38%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.38%
G = 0%
B = 64.62%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7900DD (or 0x7900DD) is known color: Dark Violet. HEX triplet: 79, 00 and DD. RGB value is (121,0,221). Sum of RGB (Red+Green+Blue) = 121+0+221=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #7900DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900DD is #86FF22. Grayscale: #3C3C3C. Windows color (decimal): -8847139 or 14483577. OLE color: 14483577.

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

Color convert

RGB 121 0 221 -
CMYK 0.45 1 0 0.13
HSL 272.85º 1% 0.43% -
HSV(B) 272.85º 1% 0.87% -
XYZ 20.94 9.29 69.1 -
YUV 61.37 218.09 170.53 -
System Red Green Blue C M Y K H S L
Decimal 121 0 221 0.45 1 0 0.13 272.85 1 0.43
Hex 79 0 DD 2D 64 0 D 111 64 2B
Octal 171 0 335 55 144 0 15 421 144 53
Binary 1111001 0 11011101 101101 1100100 0 1101 100010001 1100100 101011

Color Harmonies of #7900DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7900DD

Black with #7900DD

Text Example


Text Example

White with #7900DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7900DD; }

 p { color: rgb(121,0,221); }

 H1.HeaderClassName
 {
   color: #7900DD;
 }
 .AnyTagClassName
 {
   color: #7900DD;
 }
</style>

background-color css

<style>
 a { background-color: #7900DD; }

 a { background-color: rgb(121,0,221); }

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

border-color css

<style>
 span { border-color: #7900DD; }

 span { border-color: rgb(121,0,221); }

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