#6A34BB

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

Shades of Purple Heart #6A34BB

Tints of Purple Heart #6A34BB

Color information

#6A34BB (or 0x6A34BB) is unknown color: approx Purple Heart. HEX triplet: 6A, 34 and BB. RGB value is (106,52,187). Sum of RGB (Red+Green+Blue) = 106+52+187=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A34BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A34BB is #95CB44. Grayscale: #535353. Windows color (decimal): -9816901 or 12268650. OLE color: 12268650.

HSL color Cylindrical-coordinate representation of color #6A34BB: hue angle of 264º 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 #6A34BB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10652187-
CMYK0.430.7200.27
HSL264º56.49%46.86%-
HSV(B)264º72.19%73.33%-
XYZ16.149.1147.92-
YUV83.54186.39144.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=30.72%
G=15.07%
B=54.20%

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
Decimal106521870.430.7200.2726456.4946.86
Hex6A34BB2B4801B108382f
Octal15264273531100334107057
Binary1101010110100101110111010111001000011011100001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,187); }

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

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

 a { background-color: rgb(106,52,187); }

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

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

 span { border-color: rgb(106,52,187); }

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