#6237A4

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

Shades of Royal Purple #6237A4

Tints of Royal Purple #6237A4

Color information

#6237A4 (or 0x6237A4) is unknown color: approx Royal Purple. HEX triplet: 62, 37 and A4. RGB value is (98,55,164). Sum of RGB (Red+Green+Blue) = 98+55+164=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #6237A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6237A4 is #9DC85B. Grayscale: #4F4F4F. Windows color (decimal): -10340444 or 10762082. OLE color: 10762082.

HSL color Cylindrical-coordinate representation of color #6237A4: hue angle of 263.67º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6237A4 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9855164-
CMYK0.400.6600.36
HSL263.67º49.77%42.94%-
HSV(B)263.67º66.46%64.31%-
XYZ13.18.0135.98-
YUV80.28175.25140.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 164 (64.45% from 255) = 51.74%
R=30.91%
G=17.35%
B=51.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98551640.400.6600.36263.6749.7742.94
Hex6237A42842024108322b
Octal14267244501020444106253
Binary11000101101111010010010100010000100100100100001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6237A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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