#6339B6

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

Shades of Purple Heart #6339B6

Tints of Purple Heart #6339B6

Color information

#6339B6 (or 0x6339B6) is unknown color: approx Purple Heart. HEX triplet: 63, 39 and B6. RGB value is (99,57,182). Sum of RGB (Red+Green+Blue) = 99+57+182=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #6339B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6339B6 is #9CC649. Grayscale: #535353. Windows color (decimal): -10274378 or 11942243. OLE color: 11942243.

HSL color Cylindrical-coordinate representation of color #6339B6: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6339B6 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9957182-
CMYK0.460.6900.29
HSL260.16º52.3%46.86%-
HSV(B)260.16º68.68%71.37%-
XYZ15.058.9645.19-
YUV83.81183.41138.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 182 (71.48% from 255) = 53.85%
R=29.29%
G=16.86%
B=53.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99571820.460.6900.29260.1652.346.86
Hex6339B62E4501D104342f
Octal14371266561050354046457
Binary1100011111001101101101011101000101011101100000100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6339B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6339B6; }

 p { color: rgb(99,57,182); }

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

<style>
 a { background-color: #6339B6; }

 a { background-color: rgb(99,57,182); }

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

<style>
 span { border-color: #6339B6; }

 span { border-color: rgb(99,57,182); }

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