#6232A3

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

Shades of Royal Purple #6232A3

Tints of Royal Purple #6232A3

Color information

#6232A3 (or 0x6232A3) is unknown color: approx Royal Purple. HEX triplet: 62, 32 and A3. RGB value is (98,50,163). Sum of RGB (Red+Green+Blue) = 98+50+163=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #6232A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6232A3 is #9DCD5C. Grayscale: #4C4C4C. Windows color (decimal): -10341725 or 10695266. OLE color: 10695266.

HSL color Cylindrical-coordinate representation of color #6232A3: hue angle of 265.49º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6232A3 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9850163-
CMYK0.400.6900.36
HSL265.49º53.05%41.76%-
HSV(B)265.49º69.33%63.92%-
XYZ12.797.5235.43-
YUV77.23176.4142.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=31.51%
G=16.08%
B=52.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98501630.400.6900.36265.4953.0541.76
Hex6232A32845024109352a
Octal14262243501050444116552
Binary11000101100101010001110100010001010100100100001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6232A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6232A3; }

 p { color: rgb(98,50,163); }

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

<style>
 a { background-color: #6232A3; }

 a { background-color: rgb(98,50,163); }

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

<style>
 span { border-color: #6232A3; }

 span { border-color: rgb(98,50,163); }

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