Html Css Color HEX #7805BB Dark Violet

📋 copy color: '#7805BB'

red 120 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #7805BB

Tints of Dark Violet #7805BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 38.46%
G = 1.6%
B = 59.94%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7805BB (or 0x7805BB) is known color: Dark Violet. HEX triplet: 78, 05 and BB. RGB value is (120,5,187). Sum of RGB (Red+Green+Blue) = 120+5+187=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #7805BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805BB is #87FA44. Grayscale: #3B3B3B. Windows color (decimal): -8911429 or 12256632. OLE color: 12256632.

HSL color Cylindrical-coordinate representation of color #7805BB: hue angle of 277.91º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805BB is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 5 187 -
CMYK 0.36 0.97 0 0.27
HSL 277.91º 0.95% 0.38% -
HSV(B) 277.91º 0.97% 0.73% -
XYZ 16.77 7.69 47.61 -
YUV 60.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 120 5 187 0.36 0.97 0 0.27 277.91 0.95 0.38
Hex 78 5 BB 24 61 0 1B 116 5F 26
Octal 170 5 273 44 141 0 33 426 137 46
Binary 1111000 101 10111011 100100 1100001 0 11011 100010110 1011111 100110

Color Harmonies of #7805BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7805BB

Black with #7805BB

Text Example


Text Example

White with #7805BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7805BB; }

 p { color: rgb(120,5,187); }

 H1.HeaderClassName
 {
   color: #7805BB;
 }
 .AnyTagClassName
 {
   color: #7805BB;
 }
</style>

background-color css

<style>
 a { background-color: #7805BB; }

 a { background-color: rgb(120,5,187); }

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

border-color css

<style>
 span { border-color: #7805BB; }

 span { border-color: rgb(120,5,187); }

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