#6B39AD

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

Shades of Royal Purple #6B39AD

Tints of Royal Purple #6B39AD

Color information

#6B39AD (or 0x6B39AD) is unknown color: approx Royal Purple. HEX triplet: 6B, 39 and AD. RGB value is (107,57,173). Sum of RGB (Red+Green+Blue) = 107+57+173=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B39AD is #94C652. Grayscale: #545454. Windows color (decimal): -9750099 or 11352427. OLE color: 11352427.

HSL color Cylindrical-coordinate representation of color #6B39AD: hue angle of 265.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B39AD is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10757173-
CMYK0.380.6700.32
HSL265.86º50.43%45.1%-
HSV(B)265.86º67.05%67.84%-
XYZ15.079.0740.49-
YUV85.17177.56143.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=31.75%
G=16.91%
B=51.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107571730.380.6700.32265.8650.4345.1
Hex6B39AD264302010a322d
Octal15371255461030404126255
Binary11010111110011010110110011010000110100000100001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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