Html Css Color HEX #790FCE Dark Violet

📋 copy color: '#790FCE'

red 121 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #790FCE

Tints of Dark Violet #790FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 35.38%
G = 4.39%
B = 60.23%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#790FCE (or 0x790FCE) is known color: Dark Violet. HEX triplet: 79, 0F and CE. RGB value is (121,15,206). Sum of RGB (Red+Green+Blue) = 121+15+206=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #790FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FCE is #86F031. Grayscale: #434343. Windows color (decimal): -8843314 or 13504377. OLE color: 13504377.

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

Color convert

RGB 121 15 206 -
CMYK 0.41 0.93 0 0.19
HSL 273.3º 0.86% 0.43% -
HSV(B) 273.3º 0.93% 0.81% -
XYZ 19.2 8.86 59.09 -
YUV 68.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 121 15 206 0.41 0.93 0 0.19 273.3 0.86 0.43
Hex 79 F CE 29 5D 0 13 111 56 2B
Octal 171 17 316 51 135 0 23 421 126 53
Binary 1111001 1111 11001110 101001 1011101 0 10011 100010001 1010110 101011

Color Harmonies of #790FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FCE

Black with #790FCE

Text Example


Text Example

White with #790FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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