Html Css Color HEX #790FCF Dark Violet

📋 copy color: '#790FCF'

red 121 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #790FCF

Tints of Dark Violet #790FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 35.28%
G = 4.37%
B = 60.35%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790FCF (or 0x790FCF) is known color: Dark Violet. HEX triplet: 79, 0F and CF. RGB value is (121,15,207). Sum of RGB (Red+Green+Blue) = 121+15+207=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #790FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FCF is #86F030. Grayscale: #434343. Windows color (decimal): -8843313 or 13569913. OLE color: 13569913.

HSL color Cylindrical-coordinate representation of color #790FCF: hue angle of 273.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790FCF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 15 207 -
CMYK 0.42 0.93 0 0.19
HSL 273.13º 0.86% 0.44% -
HSV(B) 273.13º 0.93% 0.81% -
XYZ 19.32 8.91 59.73 -
YUV 68.58 206.12 165.39 -
System Red Green Blue C M Y K H S L
Decimal 121 15 207 0.42 0.93 0 0.19 273.13 0.86 0.44
Hex 79 F CF 2A 5D 0 13 111 56 2C
Octal 171 17 317 52 135 0 23 421 126 54
Binary 1111001 1111 11001111 101010 1011101 0 10011 100010001 1010110 101100

Color Harmonies of #790FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FCF

Black with #790FCF

Text Example


Text Example

White with #790FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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