#6A37C1

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

Shades of Purple Heart #6A37C1

Tints of Purple Heart #6A37C1

Color information

#6A37C1 (or 0x6A37C1) is unknown color: approx Purple Heart. HEX triplet: 6A, 37 and C1. RGB value is (106,55,193). Sum of RGB (Red+Green+Blue) = 106+55+193=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A37C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A37C1 is #95C83E. Grayscale: #555555. Windows color (decimal): -9816127 or 12662634. OLE color: 12662634.

HSL color Cylindrical-coordinate representation of color #6A37C1: hue angle of 262.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A37C1 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10655193-
CMYK0.450.7200.24
HSL262.17º55.65%48.63%-
HSV(B)262.17º71.5%75.69%-
XYZ16.949.6551.42-
YUV85.98188.4142.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=29.94%
G=15.54%
B=54.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106551930.450.7200.24262.1755.6548.63
Hex6A37C12D480181063831
Octal15267301551100304067061
Binary1101010110111110000011011011001000011000100000110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A37C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,193); }

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

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

 a { background-color: rgb(106,55,193); }

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

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

 span { border-color: rgb(106,55,193); }

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