#6C34B3

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

Shades of Purple Heart #6C34B3

Tints of Purple Heart #6C34B3

Color information

#6C34B3 (or 0x6C34B3) is unknown color: approx Purple Heart. HEX triplet: 6C, 34 and B3. RGB value is (108,52,179). Sum of RGB (Red+Green+Blue) = 108+52+179=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C34B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34B3 is #93CB4C. Grayscale: #525252. Windows color (decimal): -9685837 or 11744364. OLE color: 11744364.

HSL color Cylindrical-coordinate representation of color #6C34B3: hue angle of 266.46º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C34B3 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10852179-
CMYK0.400.7100.30
HSL266.46º54.98%45.29%-
HSV(B)266.46º70.95%70.2%-
XYZ15.558.943.55-
YUV83.22182.05145.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=31.86%
G=15.34%
B=52.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108521790.400.7100.30266.4654.9845.29
Hex6C34B3284701E10a372d
Octal15464263501070364126755
Binary1101100110100101100111010001000111011110100001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C34B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,179); }

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

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

 a { background-color: rgb(108,52,179); }

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

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

 span { border-color: rgb(108,52,179); }

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