#6B45AD

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

Shades of Royal Purple #6B45AD

Tints of Royal Purple #6B45AD

Color information

#6B45AD (or 0x6B45AD) is unknown color: approx Royal Purple. HEX triplet: 6B, 45 and AD. RGB value is (107,69,173). Sum of RGB (Red+Green+Blue) = 107+69+173=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B45AD is #94BA52. Grayscale: #5B5B5B. Windows color (decimal): -9747027 or 11355499. OLE color: 11355499.

HSL color Cylindrical-coordinate representation of color #6B45AD: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B45AD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10769173-
CMYK0.380.6000.32
HSL261.92º42.98%47.45%-
HSV(B)261.92º60.12%67.84%-
XYZ15.7310.440.71-
YUV92.22173.59138.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=30.66%
G=19.77%
B=49.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107691730.380.6000.32261.9242.9847.45
Hex6B45AD263C0201062b2f
Octal15310525546740404065357
Binary11010111000101101011011001101111000100000100000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B45AD; }

 p { color: rgb(107,69,173); }

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

<style>
 a { background-color: #6B45AD; }

 a { background-color: rgb(107,69,173); }

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

<style>
 span { border-color: #6B45AD; }

 span { border-color: rgb(107,69,173); }

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