Html Css Color HEX #790CDC Dark Violet

📋 copy color: '#790CDC'

red 121 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #790CDC

Tints of Dark Violet #790CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 34.28%
G = 3.4%
B = 62.32%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#790CDC (or 0x790CDC) is known color: Dark Violet. HEX triplet: 79, 0C and DC. RGB value is (121,12,220). Sum of RGB (Red+Green+Blue) = 121+12+220=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #790CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790CDC is #86F323. Grayscale: #434343. Windows color (decimal): -8844068 or 14421113. OLE color: 14421113.

HSL color Cylindrical-coordinate representation of color #790CDC: hue angle of 271.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790CDC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 12 220 -
CMYK 0.45 0.95 0 0.14
HSL 271.44º 0.9% 0.45% -
HSV(B) 271.44º 0.95% 0.86% -
XYZ 20.93 9.5 68.44 -
YUV 68.3 213.61 165.59 -
System Red Green Blue C M Y K H S L
Decimal 121 12 220 0.45 0.95 0 0.14 271.44 0.9 0.45
Hex 79 C DC 2D 5F 0 E 10F 5A 2D
Octal 171 14 334 55 137 0 16 417 132 55
Binary 1111001 1100 11011100 101101 1011111 0 1110 100001111 1011010 101101

Color Harmonies of #790CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CDC

Black with #790CDC

Text Example


Text Example

White with #790CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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