#6D34BB

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

Shades of Purple Heart #6D34BB

Tints of Purple Heart #6D34BB

Color information

#6D34BB (or 0x6D34BB) is unknown color: approx Purple Heart. HEX triplet: 6D, 34 and BB. RGB value is (109,52,187). Sum of RGB (Red+Green+Blue) = 109+52+187=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D34BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D34BB is #92CB44. Grayscale: #535353. Windows color (decimal): -9620293 or 12268653. OLE color: 12268653.

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

Color convert

RGB10952187-
CMYK0.420.7200.27
HSL265.33º56.49%46.86%-
HSV(B)265.33º72.19%73.33%-
XYZ16.59.347.94-
YUV84.43185.88145.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=31.32%
G=14.94%
B=53.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109521870.420.7200.27265.3356.4946.86
Hex6D34BB2A4801B109382f
Octal15564273521100334117057
Binary1101101110100101110111010101001000011011100001001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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