#6035BF

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

Shades of Purple Heart #6035BF

Tints of Purple Heart #6035BF

Color information

#6035BF (or 0x6035BF) is unknown color: approx Purple Heart. HEX triplet: 60, 35 and BF. RGB value is (96,53,191). Sum of RGB (Red+Green+Blue) = 96+53+191=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #6035BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035BF is #9FCA40. Grayscale: #515151. Windows color (decimal): -10472001 or 12531040. OLE color: 12531040.

HSL color Cylindrical-coordinate representation of color #6035BF: hue angle of 258.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6035BF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9653191-
CMYK0.500.7200.25
HSL258.7º56.56%47.84%-
HSV(B)258.7º72.25%74.9%-
XYZ15.58.7950.17-
YUV81.59189.75138.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 191 (75% from 255) = 56.18%
R=28.24%
G=15.59%
B=56.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96531910.500.7200.25258.756.5647.84
Hex6035BF32480191033930
Octal14065277621100314037160
Binary1100000110101101111111100101001000011001100000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6035BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6035BF; }

 p { color: rgb(96,53,191); }

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

<style>
 a { background-color: #6035BF; }

 a { background-color: rgb(96,53,191); }

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

<style>
 span { border-color: #6035BF; }

 span { border-color: rgb(96,53,191); }

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