#6538A4

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

Shades of Royal Purple #6538A4

Tints of Royal Purple #6538A4

Color information

#6538A4 (or 0x6538A4) is unknown color: approx Royal Purple. HEX triplet: 65, 38 and A4. RGB value is (101,56,164). Sum of RGB (Red+Green+Blue) = 101+56+164=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #6538A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6538A4 is #9AC75B. Grayscale: #515151. Windows color (decimal): -10143580 or 10762341. OLE color: 10762341.

HSL color Cylindrical-coordinate representation of color #6538A4: hue angle of 265º degrees, saturation: 0.49, 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 #6538A4 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10156164-
CMYK0.380.6600.36
HSL265º49.09%43.14%-
HSV(B)265º65.85%64.31%-
XYZ13.488.2836.01-
YUV81.77174.41141.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=31.46%
G=17.45%
B=51.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101561640.380.6600.3626549.0943.14
Hex6538A42642024109312b
Octal14570244461020444116153
Binary11001011110001010010010011010000100100100100001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6538A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,56,164); }

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

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

 a { background-color: rgb(101,56,164); }

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

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

 span { border-color: rgb(101,56,164); }

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