#6235A0

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

Shades of Royal Purple #6235A0

Tints of Royal Purple #6235A0

Color information

#6235A0 (or 0x6235A0) is unknown color: approx Royal Purple. HEX triplet: 62, 35 and A0. RGB value is (98,53,160). Sum of RGB (Red+Green+Blue) = 98+53+160=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #6235A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6235A0 is #9DCA5F. Grayscale: #4E4E4E. Windows color (decimal): -10340960 or 10499426. OLE color: 10499426.

HSL color Cylindrical-coordinate representation of color #6235A0: hue angle of 265.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6235A0 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9853160-
CMYK0.390.6700.37
HSL265.23º50.23%41.76%-
HSV(B)265.23º66.87%62.75%-
XYZ12.667.6834.07-
YUV78.65173.91141.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=31.51%
G=17.04%
B=51.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98531600.390.6700.37265.2350.2341.76
Hex6235A02743025109322a
Octal14265240471030454116252
Binary11000101101011010000010011110000110100101100001001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6235A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6235A0; }

 p { color: rgb(98,53,160); }

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

<style>
 a { background-color: #6235A0; }

 a { background-color: rgb(98,53,160); }

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

<style>
 span { border-color: #6235A0; }

 span { border-color: rgb(98,53,160); }

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