Html Css Color HEX #7800BE Dark Violet

📋 copy color: '#7800BE'

red 120 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7800BE

Tints of Dark Violet #7800BE

RGB

 RED value IS 120 (47.27% from 255) = 38.71%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.71%
G = 0%
B = 61.29%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7800BE (or 0x7800BE) is known color: Dark Violet. HEX triplet: 78, 00 and BE. RGB value is (120,0,190). Sum of RGB (Red+Green+Blue) = 120+0+190=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #7800BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800BE is #87FF41. Grayscale: #383838. Windows color (decimal): -8912706 or 12451960. OLE color: 12451960.

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

Color convert

RGB 120 0 190 -
CMYK 0.37 1 0 0.25
HSL 277.89º 1% 0.37% -
HSV(B) 277.89º 1% 0.75% -
XYZ 17.04 7.71 49.31 -
YUV 57.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 120 0 190 0.37 1 0 0.25 277.89 1 0.37
Hex 78 0 BE 25 64 0 19 116 64 25
Octal 170 0 276 45 144 0 31 426 144 45
Binary 1111000 0 10111110 100101 1100100 0 11001 100010110 1100100 100101

Color Harmonies of #7800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7800BE

Black with #7800BE

Text Example


Text Example

White with #7800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,0,190); }

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

background-color css

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

 a { background-color: rgb(120,0,190); }

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

border-color css

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

 span { border-color: rgb(120,0,190); }

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