Html Css Color HEX #790FCC Dark Violet

📋 copy color: '#790FCC'

red 121 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #790FCC

Tints of Dark Violet #790FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 204 (80.08% from 255) = 60%

R = 35.59%
G = 4.41%
B = 60%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#790FCC (or 0x790FCC) is known color: Dark Violet. HEX triplet: 79, 0F and CC. RGB value is (121,15,204). Sum of RGB (Red+Green+Blue) = 121+15+204=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #790FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FCC is #86F033. Grayscale: #434343. Windows color (decimal): -8843316 or 13373305. OLE color: 13373305.

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

Color convert

RGB 121 15 204 -
CMYK 0.41 0.93 0 0.2
HSL 273.65º 0.86% 0.43% -
HSV(B) 273.65º 0.93% 0.8% -
XYZ 18.96 8.77 57.82 -
YUV 68.24 204.62 165.63 -
System Red Green Blue C M Y K H S L
Decimal 121 15 204 0.41 0.93 0 0.2 273.65 0.86 0.43
Hex 79 F CC 29 5D 0 14 112 56 2B
Octal 171 17 314 51 135 0 24 422 126 53
Binary 1111001 1111 11001100 101001 1011101 0 10100 100010010 1010110 101011

Color Harmonies of #790FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FCC

Black with #790FCC

Text Example


Text Example

White with #790FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,204); }

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

background-color css

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

 a { background-color: rgb(121,15,204); }

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

border-color css

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

 span { border-color: rgb(121,15,204); }

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