Html Css Color HEX #7914DC Blue Violet

📋 copy color: '#7914DC'

red 121 ◦ green 20 ◦ blue 220

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

Shades of Blue Violet #7914DC

Tints of Blue Violet #7914DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 33.52%
G = 5.54%
B = 60.94%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7914DC (or 0x7914DC) is known color: Blue Violet. HEX triplet: 79, 14 and DC. RGB value is (121,20,220). Sum of RGB (Red+Green+Blue) = 121+20+220=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #7914DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914DC is #86EB23. Grayscale: #484848. Windows color (decimal): -8842020 or 14423161. OLE color: 14423161.

HSL color Cylindrical-coordinate representation of color #7914DC: hue angle of 270.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7914DC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 20 220 -
CMYK 0.45 0.91 0 0.14
HSL 270.3º 0.83% 0.47% -
HSV(B) 270.3º 0.91% 0.86% -
XYZ 21.05 9.73 68.48 -
YUV 73 210.96 162.24 -
System Red Green Blue C M Y K H S L
Decimal 121 20 220 0.45 0.91 0 0.14 270.3 0.83 0.47
Hex 79 14 DC 2D 5B 0 E 10E 53 2F
Octal 171 24 334 55 133 0 16 416 123 57
Binary 1111001 10100 11011100 101101 1011011 0 1110 100001110 1010011 101111

Color Harmonies of #7914DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914DC

Black with #7914DC

Text Example


Text Example

White with #7914DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7914DC; }

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

 H1.HeaderClassName
 {
   color: #7914DC;
 }
 .AnyTagClassName
 {
   color: #7914DC;
 }
</style>

background-color css

<style>
 a { background-color: #7914DC; }

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

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

border-color css

<style>
 span { border-color: #7914DC; }

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

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