#6A43BD

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

Shades of Purple Heart #6A43BD

Tints of Purple Heart #6A43BD

Color information

#6A43BD (or 0x6A43BD) is unknown color: approx Purple Heart. HEX triplet: 6A, 43 and BD. RGB value is (106,67,189). Sum of RGB (Red+Green+Blue) = 106+67+189=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A43BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A43BD is #95BC42. Grayscale: #5C5C5C. Windows color (decimal): -9813059 or 12403562. OLE color: 12403562.

HSL color Cylindrical-coordinate representation of color #6A43BD: hue angle of 259.18º 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 #6A43BD is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10667189-
CMYK0.440.6500.26
HSL259.18º48.03%50.2%-
HSV(B)259.18º64.55%74.12%-
XYZ17.1410.7549.32-
YUV92.57182.42137.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=29.28%
G=18.51%
B=52.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106671890.440.6500.26259.1848.0350.2
Hex6A43BD2C4101A1033032
Octal152103275541010324036062
Binary11010101000011101111011011001000001011010100000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A43BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A43BD; }

 p { color: rgb(106,67,189); }

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

<style>
 a { background-color: #6A43BD; }

 a { background-color: rgb(106,67,189); }

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

<style>
 span { border-color: #6A43BD; }

 span { border-color: rgb(106,67,189); }

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