Html Css Color HEX #7808BC Dark Violet

📋 copy color: '#7808BC'

red 120 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #7808BC

Tints of Dark Violet #7808BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 37.97%
G = 2.53%
B = 59.49%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7808BC (or 0x7808BC) is known color: Dark Violet. HEX triplet: 78, 08 and BC. RGB value is (120,8,188). Sum of RGB (Red+Green+Blue) = 120+8+188=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #7808BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808BC is #87F743. Grayscale: #3D3D3D. Windows color (decimal): -8910660 or 12322936. OLE color: 12322936.

HSL color Cylindrical-coordinate representation of color #7808BC: hue angle of 277.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808BC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 8 188 -
CMYK 0.36 0.96 0 0.26
HSL 277.33º 0.92% 0.38% -
HSV(B) 277.33º 0.96% 0.74% -
XYZ 16.91 7.8 48.19 -
YUV 62.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 120 8 188 0.36 0.96 0 0.26 277.33 0.92 0.38
Hex 78 8 BC 24 60 0 1A 115 5C 26
Octal 170 10 274 44 140 0 32 425 134 46
Binary 1111000 1000 10111100 100100 1100000 0 11010 100010101 1011100 100110

Color Harmonies of #7808BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7808BC

Black with #7808BC

Text Example


Text Example

White with #7808BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7808BC; }

 p { color: rgb(120,8,188); }

 H1.HeaderClassName
 {
   color: #7808BC;
 }
 .AnyTagClassName
 {
   color: #7808BC;
 }
</style>

background-color css

<style>
 a { background-color: #7808BC; }

 a { background-color: rgb(120,8,188); }

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

border-color css

<style>
 span { border-color: #7808BC; }

 span { border-color: rgb(120,8,188); }

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