#6A3AC5

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

Shades of Purple Heart #6A3AC5

Tints of Purple Heart #6A3AC5

Color information

#6A3AC5 (or 0x6A3AC5) is unknown color: approx Purple Heart. HEX triplet: 6A, 3A and C5. RGB value is (106,58,197). Sum of RGB (Red+Green+Blue) = 106+58+197=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #6A3AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3AC5 is #95C53A. Grayscale: #575757. Windows color (decimal): -9815355 or 12925546. OLE color: 12925546.

HSL color Cylindrical-coordinate representation of color #6A3AC5: hue angle of 260.72º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3AC5 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10658197-
CMYK0.460.7100.23
HSL260.72º54.51%50%-
HSV(B)260.72º70.56%77.25%-
XYZ17.5310.1253.85-
YUV88.2189.4140.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 197 (77.34% from 255) = 54.57%
R=29.36%
G=16.07%
B=54.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106581970.460.7100.23260.7254.5150
Hex6A3AC52E470171053732
Octal15272305561070274056762
Binary1101010111010110001011011101000111010111100000101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,58,197); }

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

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

 a { background-color: rgb(106,58,197); }

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

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

 span { border-color: rgb(106,58,197); }

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