#6B35AE

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

Shades of Royal Purple #6B35AE

Tints of Royal Purple #6B35AE

Color information

#6B35AE (or 0x6B35AE) is unknown color: approx Royal Purple. HEX triplet: 6B, 35 and AE. RGB value is (107,53,174). Sum of RGB (Red+Green+Blue) = 107+53+174=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B35AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B35AE is #94CA51. Grayscale: #525252. Windows color (decimal): -9751122 or 11416939. OLE color: 11416939.

HSL color Cylindrical-coordinate representation of color #6B35AE: hue angle of 266.78º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B35AE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10753174-
CMYK0.390.7000.32
HSL266.78º53.3%44.51%-
HSV(B)266.78º69.54%68.24%-
XYZ14.988.7340.94-
YUV82.94179.39145.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=32.04%
G=15.87%
B=52.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107531740.390.7000.32266.7853.344.51
Hex6B35AE274602010b352d
Octal15365256471060404136555
Binary11010111101011010111010011110001100100000100001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,174); }

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

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

 a { background-color: rgb(107,53,174); }

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

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

 span { border-color: rgb(107,53,174); }

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