#8232B0

Color #8232B0 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #8232B0

Tints of Royal Purple #8232B0

Color information

#8232B0 (or 0x8232B0) is unknown color: approx Royal Purple. HEX triplet: 82, 32 and B0. RGB value is (130,50,176). Sum of RGB (Red+Green+Blue) = 130+50+176=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #8232B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8232B0 is #7DCD4F. Grayscale: #575757. Windows color (decimal): -8244560 or 11547266. OLE color: 11547266.

HSL color Cylindrical-coordinate representation of color #8232B0: hue angle of 278.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8232B0 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13050176-
CMYK0.260.7200.31
HSL278.1º55.75%44.31%-
HSV(B)278.1º71.59%69.02%-
XYZ18.1810.1642.08-
YUV88.28177.5157.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=36.52%
G=14.04%
B=49.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130501760.260.7200.31278.155.7544.31
Hex8232B01A4801F116382c
Octal20262260321100374267054
Binary1000001011001010110000110101001000011111100010110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8232B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8232B0; }

 p { color: rgb(130,50,176); }

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

<style>
 a { background-color: #8232B0; }

 a { background-color: rgb(130,50,176); }

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

<style>
 span { border-color: #8232B0; }

 span { border-color: rgb(130,50,176); }

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