Html Css Color HEX #791DCE Blue Violet

📋 copy color: '#791DCE'

red 121 ◦ green 29 ◦ blue 206

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

Shades of Blue Violet #791DCE

Tints of Blue Violet #791DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.15%

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

R = 33.99%
G = 8.15%
B = 57.87%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#791DCE (or 0x791DCE) is known color: Blue Violet. HEX triplet: 79, 1D and CE. RGB value is (121,29,206). Sum of RGB (Red+Green+Blue) = 121+29+206=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #791DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791DCE is #86E231. Grayscale: #4C4C4C. Windows color (decimal): -8839730 or 13507961. OLE color: 13507961.

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

Color convert

RGB 121 29 206 -
CMYK 0.41 0.86 0 0.19
HSL 271.19º 0.75% 0.46% -
HSV(B) 271.19º 0.86% 0.81% -
XYZ 19.47 9.4 59.18 -
YUV 76.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 121 29 206 0.41 0.86 0 0.19 271.19 0.75 0.46
Hex 79 1D CE 29 56 0 13 10F 4B 2E
Octal 171 35 316 51 126 0 23 417 113 56
Binary 1111001 11101 11001110 101001 1010110 0 10011 100001111 1001011 101110

Color Harmonies of #791DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791DCE

Black with #791DCE

Text Example


Text Example

White with #791DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791DCE; }

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

 H1.HeaderClassName
 {
   color: #791DCE;
 }
 .AnyTagClassName
 {
   color: #791DCE;
 }
</style>

background-color css

<style>
 a { background-color: #791DCE; }

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

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

border-color css

<style>
 span { border-color: #791DCE; }

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

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