#6142BD

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

Shades of Purple Heart #6142BD

Tints of Purple Heart #6142BD

Color information

#6142BD (or 0x6142BD) is unknown color: approx Purple Heart. HEX triplet: 61, 42 and BD. RGB value is (97,66,189). Sum of RGB (Red+Green+Blue) = 97+66+189=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #6142BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6142BD is #9EBD42. Grayscale: #585858. Windows color (decimal): -10403139 or 12403297. OLE color: 12403297.

HSL color Cylindrical-coordinate representation of color #6142BD: hue angle of 255.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6142BD is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9766189-
CMYK0.490.6500.26
HSL255.12º48.24%50%-
HSV(B)255.12º65.08%74.12%-
XYZ16.0610.1149.25-
YUV89.29184.27133.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=27.56%
G=18.75%
B=53.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97661890.490.6500.26255.1248.2450
Hex6142BD314101Aff3032
Octal141102275611010323776062
Binary1100001100001010111101110001100000101101011111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6142BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6142BD; }

 p { color: rgb(97,66,189); }

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

<style>
 a { background-color: #6142BD; }

 a { background-color: rgb(97,66,189); }

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

<style>
 span { border-color: #6142BD; }

 span { border-color: rgb(97,66,189); }

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