#6538B0

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

Shades of Royal Purple #6538B0

Tints of Royal Purple #6538B0

Color information

#6538B0 (or 0x6538B0) is unknown color: approx Royal Purple. HEX triplet: 65, 38 and B0. RGB value is (101,56,176). Sum of RGB (Red+Green+Blue) = 101+56+176=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #6538B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6538B0 is #9AC74F. Grayscale: #525252. Windows color (decimal): -10143568 or 11548773. OLE color: 11548773.

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

Color convert

RGB10156176-
CMYK0.430.6800.31
HSL262.5º51.72%45.49%-
HSV(B)262.5º68.18%69.02%-
XYZ14.628.7341.99-
YUV83.14180.41140.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 176 (69.14% from 255) = 52.85%
R=30.33%
G=16.82%
B=52.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101561760.430.6800.31262.551.7245.49
Hex6538B02B4401F106342d
Octal14570260531040374066455
Binary1100101111000101100001010111000100011111100000110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6538B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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