#6539A4

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

Shades of Royal Purple #6539A4

Tints of Royal Purple #6539A4

Color information

#6539A4 (or 0x6539A4) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and A4. RGB value is (101,57,164). Sum of RGB (Red+Green+Blue) = 101+57+164=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #6539A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6539A4 is #9AC65B. Grayscale: #515151. Windows color (decimal): -10143324 or 10762597. OLE color: 10762597.

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

Color convert

RGB10157164-
CMYK0.380.6500.36
HSL264.67º48.42%43.33%-
HSV(B)264.67º65.24%64.31%-
XYZ13.538.3736.03-
YUV82.35174.08141.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=31.37%
G=17.70%
B=50.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101571640.380.6500.36264.6748.4243.33
Hex6539A42641024109302b
Octal14571244461010444116053
Binary11001011110011010010010011010000010100100100001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6539A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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