#350FBC

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

Shades of Purple Heart #350FBC

Tints of Purple Heart #350FBC

Color information

#350FBC (or 0x350FBC) is unknown color: approx Purple Heart. HEX triplet: 35, 0F and BC. RGB value is (53,15,188). Sum of RGB (Red+Green+Blue) = 53+15+188=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #350FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FBC is #CAF043. Grayscale: #2D2D2D. Windows color (decimal): -13299780 or 12324661. OLE color: 12324661.

HSL color Cylindrical-coordinate representation of color #350FBC: hue angle of 253.18º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350FBC is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5315188-
CMYK0.720.9200.26
HSL253.18º85.22%39.8%-
HSV(B)253.18º92.02%73.73%-
XYZ10.724.7347.93-
YUV46.08208.09132.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 188 (73.83% from 255) = 73.44%
R=20.70%
G=5.86%
B=73.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53151880.720.9200.26253.1885.2239.8
Hex35FBC485C01Afd5528
Octal651727411013403237512550
Binary11010111111011110010010001011100011010111111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350FBC; }

 p { color: rgb(53,15,188); }

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

<style>
 a { background-color: #350FBC; }

 a { background-color: rgb(53,15,188); }

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

<style>
 span { border-color: #350FBC; }

 span { border-color: rgb(53,15,188); }

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