#6238AD

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

Shades of Royal Purple #6238AD

Tints of Royal Purple #6238AD

Color information

#6238AD (or 0x6238AD) is unknown color: approx Royal Purple. HEX triplet: 62, 38 and AD. RGB value is (98,56,173). Sum of RGB (Red+Green+Blue) = 98+56+173=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #6238AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6238AD is #9DC752. Grayscale: #515151. Windows color (decimal): -10340179 or 11352162. OLE color: 11352162.

HSL color Cylindrical-coordinate representation of color #6238AD: hue angle of 261.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6238AD is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9856173-
CMYK0.430.6800.32
HSL261.54º51.09%44.9%-
HSV(B)261.54º67.63%67.84%-
XYZ13.998.4440.43-
YUV81.9179.41139.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=29.97%
G=17.13%
B=52.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98561730.430.6800.32261.5451.0944.9
Hex6238AD2B44020106332d
Octal14270255531040404066355
Binary11000101110001010110110101110001000100000100000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6238AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6238AD; }

 p { color: rgb(98,56,173); }

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

<style>
 a { background-color: #6238AD; }

 a { background-color: rgb(98,56,173); }

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

<style>
 span { border-color: #6238AD; }

 span { border-color: rgb(98,56,173); }

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