Html Css Color HEX #7801BC Dark Violet

📋 copy color: '#7801BC'

red 120 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #7801BC

Tints of Dark Violet #7801BC

RGB

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

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

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

R = 38.83%
G = 0.32%
B = 60.84%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7801BC (or 0x7801BC) is known color: Dark Violet. HEX triplet: 78, 01 and BC. RGB value is (120,1,188). Sum of RGB (Red+Green+Blue) = 120+1+188=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #7801BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801BC is #87FE43. Grayscale: #393939. Windows color (decimal): -8912452 or 12321144. OLE color: 12321144.

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

Color convert

RGB 120 1 188 -
CMYK 0.36 0.99 0 0.26
HSL 278.18º 0.99% 0.37% -
HSV(B) 278.18º 0.99% 0.74% -
XYZ 16.83 7.65 48.17 -
YUV 57.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 120 1 188 0.36 0.99 0 0.26 278.18 0.99 0.37
Hex 78 1 BC 24 63 0 1A 116 63 25
Octal 170 1 274 44 143 0 32 426 143 45
Binary 1111000 1 10111100 100100 1100011 0 11010 100010110 1100011 100101

Color Harmonies of #7801BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7801BC

Black with #7801BC

Text Example


Text Example

White with #7801BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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