#6B369B

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

Shades of Royal Purple #6B369B

Tints of Royal Purple #6B369B

Color information

#6B369B (or 0x6B369B) is unknown color: approx Royal Purple. HEX triplet: 6B, 36 and 9B. RGB value is (107,54,155). Sum of RGB (Red+Green+Blue) = 107+54+155=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B369B is #94C964. Grayscale: #515151. Windows color (decimal): -9750885 or 10172011. OLE color: 10172011.

HSL color Cylindrical-coordinate representation of color #6B369B: hue angle of 271.49º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B369B is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10754155-
CMYK0.310.6500.39
HSL271.49º48.33%40.98%-
HSV(B)271.49º65.16%60.78%-
XYZ13.38.1331.88-
YUV81.36169.56146.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=33.86%
G=17.09%
B=49.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107541550.310.6500.39271.4948.3340.98
Hex6B369B1F4102710f3029
Octal15366233371010474176051
Binary1101011110110100110111111110000010100111100001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,155); }

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

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

 a { background-color: rgb(107,54,155); }

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

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

 span { border-color: rgb(107,54,155); }

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