Html Css Color HEX #790CCD Dark Violet

📋 copy color: '#790CCD'

red 121 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #790CCD

Tints of Dark Violet #790CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 35.8%
G = 3.55%
B = 60.65%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#790CCD (or 0x790CCD) is known color: Dark Violet. HEX triplet: 79, 0C and CD. RGB value is (121,12,205). Sum of RGB (Red+Green+Blue) = 121+12+205=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #790CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CCD is #86F332. Grayscale: #414141. Windows color (decimal): -8844083 or 13438073. OLE color: 13438073.

HSL color Cylindrical-coordinate representation of color #790CCD: hue angle of 273.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790CCD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 12 205 -
CMYK 0.41 0.94 0 0.20
HSL 273.89º 0.89% 0.43% -
HSV(B) 273.89º 0.94% 0.8% -
XYZ 19.04 8.74 58.44 -
YUV 66.59 206.11 166.81 -
System Red Green Blue C M Y K H S L
Decimal 121 12 205 0.41 0.94 0 0.20 273.89 0.89 0.43
Hex 79 C CD 29 5E 0 14 112 59 2B
Octal 171 14 315 51 136 0 24 422 131 53
Binary 1111001 1100 11001101 101001 1011110 0 10100 100010010 1011001 101011

Color Harmonies of #790CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CCD

Black with #790CCD

Text Example


Text Example

White with #790CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790CCD; }

 p { color: rgb(121,12,205); }

 H1.HeaderClassName
 {
   color: #790CCD;
 }
 .AnyTagClassName
 {
   color: #790CCD;
 }
</style>

background-color css

<style>
 a { background-color: #790CCD; }

 a { background-color: rgb(121,12,205); }

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

border-color css

<style>
 span { border-color: #790CCD; }

 span { border-color: rgb(121,12,205); }

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