#6B3CAB

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

Shades of Royal Purple #6B3CAB

Tints of Royal Purple #6B3CAB

Color information

#6B3CAB (or 0x6B3CAB) is unknown color: approx Royal Purple. HEX triplet: 6B, 3C and AB. RGB value is (107,60,171). Sum of RGB (Red+Green+Blue) = 107+60+171=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3CAB is #94C354. Grayscale: #565656. Windows color (decimal): -9749333 or 11222123. OLE color: 11222123.

HSL color Cylindrical-coordinate representation of color #6B3CAB: hue angle of 265.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3CAB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10760171-
CMYK0.370.6500.33
HSL265.41º48.05%45.29%-
HSV(B)265.41º64.91%67.06%-
XYZ15.039.339.53-
YUV86.71175.57142.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 60 (23.83% from 255) = 17.75%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=31.66%
G=17.75%
B=50.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107601710.370.6500.33265.4148.0545.29
Hex6B3CAB2541021109302d
Octal15374253451010414116055
Binary11010111111001010101110010110000010100001100001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,171); }

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

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

 a { background-color: rgb(107,60,171); }

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

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

 span { border-color: rgb(107,60,171); }

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