#3614C6

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

Shades of Purple Heart #3614C6

Tints of Purple Heart #3614C6

Color information

#3614C6 (or 0x3614C6) is unknown color: approx Purple Heart. HEX triplet: 36, 14 and C6. RGB value is (54,20,198). Sum of RGB (Red+Green+Blue) = 54+20+198=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #3614C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614C6 is #C9EB39. Grayscale: #313131. Windows color (decimal): -13232954 or 12981302. OLE color: 12981302.

HSL color Cylindrical-coordinate representation of color #3614C6: hue angle of 251.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3614C6 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5420198-
CMYK0.730.9000.22
HSL251.46º81.65%42.75%-
HSV(B)251.46º89.9%77.65%-
XYZ11.965.3653.83-
YUV50.46211.26130.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 198 (77.73% from 255) = 72.79%
R=19.85%
G=7.35%
B=72.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54201980.730.9000.22251.4681.6542.75
Hex3614C6495A016fb522b
Octal662430611113202637312253
Binary110110101001100011010010011011010010110111110111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3614C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3614C6; }

 p { color: rgb(54,20,198); }

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

<style>
 a { background-color: #3614C6; }

 a { background-color: rgb(54,20,198); }

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

<style>
 span { border-color: #3614C6; }

 span { border-color: rgb(54,20,198); }

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