#6B34AA

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

Shades of Royal Purple #6B34AA

Tints of Royal Purple #6B34AA

Color information

#6B34AA (or 0x6B34AA) is unknown color: approx Royal Purple. HEX triplet: 6B, 34 and AA. RGB value is (107,52,170). Sum of RGB (Red+Green+Blue) = 107+52+170=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B34AA is #94CB55. Grayscale: #515151. Windows color (decimal): -9751382 or 11154539. OLE color: 11154539.

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

Color convert

RGB10752170-
CMYK0.370.6900.33
HSL267.97º53.15%43.53%-
HSV(B)267.97º69.41%66.67%-
XYZ14.558.4838.9-
YUV81.9177.72145.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.52%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=32.52%
G=15.81%
B=51.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107521700.370.6900.33267.9753.1543.53
Hex6B34AA254502110c352c
Octal15364252451050414146554
Binary11010111101001010101010010110001010100001100001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,170); }

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

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

 a { background-color: rgb(107,52,170); }

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

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

 span { border-color: rgb(107,52,170); }

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