Html Css Color HEX #7801BB Dark Violet

📋 copy color: '#7801BB'

red 120 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #7801BB

Tints of Dark Violet #7801BB

RGB

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

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

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

R = 38.96%
G = 0.32%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7801BB (or 0x7801BB) is known color: Dark Violet. HEX triplet: 78, 01 and BB. RGB value is (120,1,187). Sum of RGB (Red+Green+Blue) = 120+1+187=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #7801BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801BB is #87FE44. Grayscale: #393939. Windows color (decimal): -8912453 or 12255608. OLE color: 12255608.

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

Color convert

RGB 120 1 187 -
CMYK 0.36 0.99 0 0.27
HSL 278.39º 0.99% 0.37% -
HSV(B) 278.39º 0.99% 0.73% -
XYZ 16.73 7.6 47.6 -
YUV 57.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 120 1 187 0.36 0.99 0 0.27 278.39 0.99 0.37
Hex 78 1 BB 24 63 0 1B 116 63 25
Octal 170 1 273 44 143 0 33 426 143 45
Binary 1111000 1 10111011 100100 1100011 0 11011 100010110 1100011 100101

Color Harmonies of #7801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7801BB

Black with #7801BB

Text Example


Text Example

White with #7801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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