#7203B1

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

Shades of Dark Violet #7203B1

Tints of Dark Violet #7203B1

Color information

#7203B1 (or 0x7203B1) is unknown color: approx Dark Violet. HEX triplet: 72, 03 and B1. RGB value is (114,3,177). Sum of RGB (Red+Green+Blue) = 114+3+177=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #7203B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7203B1 is #8DFC4E. Grayscale: #373737. Windows color (decimal): -9305167 or 11600754. OLE color: 11600754.

HSL color Cylindrical-coordinate representation of color #7203B1: hue angle of 278.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7203B1 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1143177-
CMYK0.360.9800.31
HSL278.28º96.67%35.29%-
HSV(B)278.28º98.31%69.41%-
XYZ14.916.8242.13-
YUV56.03196.27169.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 177 (69.53% from 255) = 60.20%
R=38.78%
G=1.02%
B=60.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11431770.360.9800.31278.2896.6735.29
Hex723B1246201F1166123
Octal16232614414203742614143
Binary1110010111011000110010011000100111111000101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7203B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7203B1; }

 p { color: rgb(114,3,177); }

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

<style>
 a { background-color: #7203B1; }

 a { background-color: rgb(114,3,177); }

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

<style>
 span { border-color: #7203B1; }

 span { border-color: rgb(114,3,177); }

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