#6A27B1

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

Shades of Purple Heart #6A27B1

Tints of Purple Heart #6A27B1

Color information

#6A27B1 (or 0x6A27B1) is unknown color: approx Purple Heart. HEX triplet: 6A, 27 and B1. RGB value is (106,39,177). Sum of RGB (Red+Green+Blue) = 106+39+177=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A27B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A27B1 is #95D84E. Grayscale: #4A4A4A. Windows color (decimal): -9820239 or 11609962. OLE color: 11609962.

HSL color Cylindrical-coordinate representation of color #6A27B1: hue angle of 269.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A27B1 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10639177-
CMYK0.400.7800.31
HSL269.13º63.89%42.35%-
HSV(B)269.13º77.97%69.41%-
XYZ14.617.6942.31-
YUV74.76185.7150.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=32.92%
G=12.11%
B=54.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106391770.400.7800.31269.1363.8942.35
Hex6A27B1284E01F10d402a
Octal152472615011603741510052
Binary11010101001111011000110100010011100111111000011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A27B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,177); }

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

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

 a { background-color: rgb(106,39,177); }

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

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

 span { border-color: rgb(106,39,177); }

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