#7B08D7

Color #7B08D7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7B08D7

Tints of Dark Violet #7B08D7

Color information

#7B08D7 (or 0x7B08D7) is unknown color: approx Dark Violet. HEX triplet: 7B, 08 and D7. RGB value is (123,8,215). Sum of RGB (Red+Green+Blue) = 123+8+215=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #7B08D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B08D7 is #84F728. Grayscale: #414141. Windows color (decimal): -8714025 or 14092411. OLE color: 14092411.

HSL color Cylindrical-coordinate representation of color #7B08D7: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B08D7 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1238215-
CMYK0.430.9600.16
HSL273.33º92.83%43.73%-
HSV(B)273.33º96.28%84.31%-
XYZ20.529.2965-
YUV65.98212.1168.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 215 (84.38% from 255) = 62.14%
R=35.55%
G=2.31%
B=62.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12382150.430.9600.16273.3392.8343.73
Hex7B8D72B600101115d2c
Octal173103275314002042113554
Binary111101110001101011110101111000000100001000100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B08D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B08D7; }

 p { color: rgb(123,8,215); }

 H1.HeaderClassName
 {
   color: #7B08D7;
 }
 .AnyTagClassName
 {
   color: #7B08D7;
 }
</style>
background-color css

<style>
 a { background-color: #7B08D7; }

 a { background-color: rgb(123,8,215); }

 div.DivClassName
 {
   background-color: #7B08D7;
 }
 .BgClassName
 {
   background-color: #7B08D7;
 }
</style>
border-color css

<style>
 span { border-color: #7B08D7; }

 span { border-color: rgb(123,8,215); }

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