Html Css Color HEX #7901BE Dark Violet

📋 copy color: '#7901BE'

red 121 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #7901BE

Tints of Dark Violet #7901BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 38.78%
G = 0.32%
B = 60.9%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7901BE (or 0x7901BE) is known color: Dark Violet. HEX triplet: 79, 01 and BE. RGB value is (121,1,190). Sum of RGB (Red+Green+Blue) = 121+1+190=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #7901BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901BE is #86FE41. Grayscale: #393939. Windows color (decimal): -8846914 or 12452217. OLE color: 12452217.

HSL color Cylindrical-coordinate representation of color #7901BE: hue angle of 278.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901BE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 1 190 -
CMYK 0.36 0.99 0 0.25
HSL 278.1º 0.99% 0.37% -
HSV(B) 278.1º 0.99% 0.75% -
XYZ 17.19 7.8 49.32 -
YUV 58.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 121 1 190 0.36 0.99 0 0.25 278.1 0.99 0.37
Hex 79 1 BE 24 63 0 19 116 63 25
Octal 171 1 276 44 143 0 31 426 143 45
Binary 1111001 1 10111110 100100 1100011 0 11001 100010110 1100011 100101

Color Harmonies of #7901BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7901BE

Black with #7901BE

Text Example


Text Example

White with #7901BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7901BE; }

 p { color: rgb(121,1,190); }

 H1.HeaderClassName
 {
   color: #7901BE;
 }
 .AnyTagClassName
 {
   color: #7901BE;
 }
</style>

background-color css

<style>
 a { background-color: #7901BE; }

 a { background-color: rgb(121,1,190); }

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

border-color css

<style>
 span { border-color: #7901BE; }

 span { border-color: rgb(121,1,190); }

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