#5F3DD6

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

Shades of Purple Heart #5F3DD6

Tints of Purple Heart #5F3DD6

Color information

#5F3DD6 (or 0x5F3DD6) is unknown color: approx Purple Heart. HEX triplet: 5F, 3D and D6. RGB value is (95,61,214). Sum of RGB (Red+Green+Blue) = 95+61+214=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #5F3DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3DD6 is #A0C229. Grayscale: #585858. Windows color (decimal): -10535466 or 14040415. OLE color: 14040415.

HSL color Cylindrical-coordinate representation of color #5F3DD6: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3DD6 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9561214-
CMYK0.560.7100.16
HSL253.33º65.11%53.92%-
HSV(B)253.33º71.5%83.92%-
XYZ18.5310.6364.69-
YUV88.61198.76132.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 214 (83.98% from 255) = 57.84%
R=25.68%
G=16.49%
B=57.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95612140.560.7100.16253.3365.1153.92
Hex5F3DD63847010fd4136
Octal137753267010702037510166
Binary1011111111101110101101110001000111010000111111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3DD6; }

 p { color: rgb(95,61,214); }

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

<style>
 a { background-color: #5F3DD6; }

 a { background-color: rgb(95,61,214); }

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

<style>
 span { border-color: #5F3DD6; }

 span { border-color: rgb(95,61,214); }

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