#6C34DD

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

Shades of Purple Heart #6C34DD

Tints of Purple Heart #6C34DD

Color information

#6C34DD (or 0x6C34DD) is unknown color: approx Purple Heart. HEX triplet: 6C, 34 and DD. RGB value is (108,52,221). Sum of RGB (Red+Green+Blue) = 108+52+221=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34DD is #93CB22. Grayscale: #575757. Windows color (decimal): -9685795 or 14496876. OLE color: 14496876.

HSL color Cylindrical-coordinate representation of color #6C34DD: hue angle of 259.88º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C34DD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10852221-
CMYK0.510.7600.13
HSL259.88º71.31%53.53%-
HSV(B)259.88º76.47%86.67%-
XYZ20.4610.8669.43-
YUV88.01203.05142.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=28.35%
G=13.65%
B=58.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108522210.510.7600.13259.8871.3153.53
Hex6C34DD334C0D1044736
Octal154643356311401540410766
Binary1101100110100110111011100111001100011011000001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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