#6439BC

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

Shades of Purple Heart #6439BC

Tints of Purple Heart #6439BC

Color information

#6439BC (or 0x6439BC) is unknown color: approx Purple Heart. HEX triplet: 64, 39 and BC. RGB value is (100,57,188). Sum of RGB (Red+Green+Blue) = 100+57+188=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #6439BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6439BC is #9BC643. Grayscale: #545454. Windows color (decimal): -10208836 or 12335460. OLE color: 12335460.

HSL color Cylindrical-coordinate representation of color #6439BC: hue angle of 259.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6439BC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10057188-
CMYK0.470.7000.26
HSL259.69º53.47%48.04%-
HSV(B)259.69º69.68%73.73%-
XYZ15.89.2748.53-
YUV84.79186.25138.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=28.99%
G=16.52%
B=54.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100571880.470.7000.26259.6953.4748.04
Hex6439BC2F4601A1043530
Octal14471274571060324046560
Binary1100100111001101111001011111000110011010100000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6439BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6439BC; }

 p { color: rgb(100,57,188); }

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

<style>
 a { background-color: #6439BC; }

 a { background-color: rgb(100,57,188); }

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

<style>
 span { border-color: #6439BC; }

 span { border-color: rgb(100,57,188); }

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