#3613C2

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

Shades of Purple Heart #3613C2

Tints of Purple Heart #3613C2

Color information

#3613C2 (or 0x3613C2) is unknown color: approx Purple Heart. HEX triplet: 36, 13 and C2. RGB value is (54,19,194). Sum of RGB (Red+Green+Blue) = 54+19+194=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 194 (76.17% from 255 or 72.66% from 267); Max value from RGB is 194 - color contains mainly: blue. Hex color #3613C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613C2 is #C9EC3D. Grayscale: #303030. Windows color (decimal): -13233214 or 12718902. OLE color: 12718902.

HSL color Cylindrical-coordinate representation of color #3613C2: hue angle of 252º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3613C2 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5419194-
CMYK0.720.9000.24
HSL252º82.16%41.76%-
HSV(B)252º90.21%76.08%-
XYZ11.495.1551.43-
YUV49.42209.6131.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 194 (76.17% from 255) = 72.66%
R=20.22%
G=7.12%
B=72.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54191940.720.9000.2425282.1641.76
Hex3613C2485A018fc522a
Octal662330211013203037412252
Binary110110100111100001010010001011010011000111111001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3613C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3613C2; }

 p { color: rgb(54,19,194); }

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

<style>
 a { background-color: #3613C2; }

 a { background-color: rgb(54,19,194); }

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

<style>
 span { border-color: #3613C2; }

 span { border-color: rgb(54,19,194); }

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