#6A35BA

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

Shades of Purple Heart #6A35BA

Tints of Purple Heart #6A35BA

Color information

#6A35BA (or 0x6A35BA) is unknown color: approx Purple Heart. HEX triplet: 6A, 35 and BA. RGB value is (106,53,186). Sum of RGB (Red+Green+Blue) = 106+53+186=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A35BA is #95CA45. Grayscale: #535353. Windows color (decimal): -9816646 or 12203370. OLE color: 12203370.

HSL color Cylindrical-coordinate representation of color #6A35BA: hue angle of 263.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A35BA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10653186-
CMYK0.430.7200.27
HSL263.91º55.65%46.86%-
HSV(B)263.91º71.51%72.94%-
XYZ16.089.1647.37-
YUV84.01185.56143.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=30.72%
G=15.36%
B=53.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106531860.430.7200.27263.9155.6546.86
Hex6A35BA2B4801B108382f
Octal15265272531100334107057
Binary1101010110101101110101010111001000011011100001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,53,186); }

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

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

 a { background-color: rgb(106,53,186); }

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

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

 span { border-color: rgb(106,53,186); }

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