Html Css Color HEX #7918D2 Blue Violet

📋 copy color: '#7918D2'

red 121 ◦ green 24 ◦ blue 210

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

Shades of Blue Violet #7918D2

Tints of Blue Violet #7918D2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 210 (82.42% from 255) = 59.15%

R = 34.08%
G = 6.76%
B = 59.15%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7918D2 (or 0x7918D2) is known color: Blue Violet. HEX triplet: 79, 18 and D2. RGB value is (121,24,210). Sum of RGB (Red+Green+Blue) = 121+24+210=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #7918D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918D2 is #86E72D. Grayscale: #494949. Windows color (decimal): -8841006 or 13768825. OLE color: 13768825.

HSL color Cylindrical-coordinate representation of color #7918D2: hue angle of 271.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7918D2 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 24 210 -
CMYK 0.42 0.89 0 0.18
HSL 271.29º 0.79% 0.46% -
HSV(B) 271.29º 0.89% 0.82% -
XYZ 19.84 9.37 61.74 -
YUV 74.21 204.64 161.38 -
System Red Green Blue C M Y K H S L
Decimal 121 24 210 0.42 0.89 0 0.18 271.29 0.79 0.46
Hex 79 18 D2 2A 59 0 12 10F 4F 2E
Octal 171 30 322 52 131 0 22 417 117 56
Binary 1111001 11000 11010010 101010 1011001 0 10010 100001111 1001111 101110

Color Harmonies of #7918D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918D2

Black with #7918D2

Text Example


Text Example

White with #7918D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7918D2; }

 p { color: rgb(121,24,210); }

 H1.HeaderClassName
 {
   color: #7918D2;
 }
 .AnyTagClassName
 {
   color: #7918D2;
 }
</style>

background-color css

<style>
 a { background-color: #7918D2; }

 a { background-color: rgb(121,24,210); }

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

border-color css

<style>
 span { border-color: #7918D2; }

 span { border-color: rgb(121,24,210); }

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