#6237AC

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

Shades of Royal Purple #6237AC

Tints of Royal Purple #6237AC

Color information

#6237AC (or 0x6237AC) is unknown color: approx Royal Purple. HEX triplet: 62, 37 and AC. RGB value is (98,55,172). Sum of RGB (Red+Green+Blue) = 98+55+172=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #6237AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6237AC is #9DC853. Grayscale: #505050. Windows color (decimal): -10340436 or 11286370. OLE color: 11286370.

HSL color Cylindrical-coordinate representation of color #6237AC: hue angle of 262.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6237AC is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9855172-
CMYK0.430.6800.33
HSL262.05º51.54%44.51%-
HSV(B)262.05º68.02%67.45%-
XYZ13.858.3139.9-
YUV81.19179.25139.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 172 (67.58% from 255) = 52.92%
R=30.15%
G=16.92%
B=52.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98551720.430.6800.33262.0551.5444.51
Hex6237AC2B44021106342d
Octal14267254531040414066455
Binary11000101101111010110010101110001000100001100000110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6237AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6237AC; }

 p { color: rgb(98,55,172); }

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

<style>
 a { background-color: #6237AC; }

 a { background-color: rgb(98,55,172); }

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

<style>
 span { border-color: #6237AC; }

 span { border-color: rgb(98,55,172); }

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