#6C38D5

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

Shades of Purple Heart #6C38D5

Tints of Purple Heart #6C38D5

Color information

#6C38D5 (or 0x6C38D5) is unknown color: approx Purple Heart. HEX triplet: 6C, 38 and D5. RGB value is (108,56,213). Sum of RGB (Red+Green+Blue) = 108+56+213=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C38D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C38D5 is #93C72A. Grayscale: #585858. Windows color (decimal): -9684779 or 13973612. OLE color: 13973612.

HSL color Cylindrical-coordinate representation of color #6C38D5: hue angle of 259.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C38D5 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10856213-
CMYK0.490.7400.16
HSL259.87º65.15%52.75%-
HSV(B)259.87º73.71%83.53%-
XYZ19.6110.8264.01-
YUV89.45197.73141.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=28.65%
G=14.85%
B=56.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108562130.490.7400.16259.8765.1552.75
Hex6C38D5314A0101044135
Octal154703256111202040410165
Binary11011001110001101010111000110010100100001000001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C38D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,213); }

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

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

 a { background-color: rgb(108,56,213); }

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

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

 span { border-color: rgb(108,56,213); }

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