#6034BE

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

Shades of Purple Heart #6034BE

Tints of Purple Heart #6034BE

Color information

#6034BE (or 0x6034BE) is unknown color: approx Purple Heart. HEX triplet: 60, 34 and BE. RGB value is (96,52,190). Sum of RGB (Red+Green+Blue) = 96+52+190=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #6034BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034BE is #9FCB41. Grayscale: #505050. Windows color (decimal): -10472258 or 12465248. OLE color: 12465248.

HSL color Cylindrical-coordinate representation of color #6034BE: hue angle of 259.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6034BE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9652190-
CMYK0.490.7300.25
HSL259.13º57.02%47.45%-
HSV(B)259.13º72.63%74.51%-
XYZ15.358.6649.58-
YUV80.89189.58138.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=28.40%
G=15.38%
B=56.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96521900.490.7300.25259.1357.0247.45
Hex6034BE3149019103392f
Octal14064276611110314037157
Binary1100000110100101111101100011001001011001100000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6034BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6034BE; }

 p { color: rgb(96,52,190); }

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

<style>
 a { background-color: #6034BE; }

 a { background-color: rgb(96,52,190); }

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

<style>
 span { border-color: #6034BE; }

 span { border-color: rgb(96,52,190); }

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