#6B3DA1

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

Shades of Royal Purple #6B3DA1

Tints of Royal Purple #6B3DA1

Color information

#6B3DA1 (or 0x6B3DA1) is unknown color: approx Royal Purple. HEX triplet: 6B, 3D and A1. RGB value is (107,61,161). Sum of RGB (Red+Green+Blue) = 107+61+161=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B3DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3DA1 is #94C25E. Grayscale: #555555. Windows color (decimal): -9749087 or 10567019. OLE color: 10567019.

HSL color Cylindrical-coordinate representation of color #6B3DA1: hue angle of 267.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3DA1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10761161-
CMYK0.340.6200.37
HSL267.6º45.05%43.53%-
HSV(B)267.6º62.11%63.14%-
XYZ14.179.0434.72-
YUV86.15170.24142.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.52%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 161 (63.28% from 255) = 48.94%
R=32.52%
G=18.54%
B=48.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107611610.340.6200.37267.645.0543.53
Hex6B3DA1223E02510c2d2c
Octal1537524142760454145554
Binary1101011111101101000011000101111100100101100001100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,61,161); }

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

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

 a { background-color: rgb(107,61,161); }

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

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

 span { border-color: rgb(107,61,161); }

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