#7B03CC

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

Shades of Dark Violet #7B03CC

Tints of Dark Violet #7B03CC

Color information

#7B03CC (or 0x7B03CC) is unknown color: approx Dark Violet. HEX triplet: 7B, 03 and CC. RGB value is (123,3,204). Sum of RGB (Red+Green+Blue) = 123+3+204=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B03CC is #84FC33. Grayscale: #3D3D3D. Windows color (decimal): -8715316 or 13370235. OLE color: 13370235.

HSL color Cylindrical-coordinate representation of color #7B03CC: hue angle of 275.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B03CC is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1233204-
CMYK0.400.9900.2
HSL275.82º97.1%40.59%-
HSV(B)275.82º98.53%80%-
XYZ19.18.6457.79-
YUV61.79208.26171.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=37.27%
G=0.91%
B=61.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12332040.400.9900.2275.8297.140.59
Hex7B3CC28630141146129
Octal17333145014302442414151
Binary1111011111100110010100011000110101001000101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B03CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,204); }

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

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

 a { background-color: rgb(123,3,204); }

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

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

 span { border-color: rgb(123,3,204); }

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