#6A08C4

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

Shades of Purple Heart #6A08C4

Tints of Purple Heart #6A08C4

Color information

#6A08C4 (or 0x6A08C4) is unknown color: approx Purple Heart. HEX triplet: 6A, 08 and C4. RGB value is (106,8,196). Sum of RGB (Red+Green+Blue) = 106+8+196=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 196 (76.95% from 255 or 63.23% from 310); Max value from RGB is 196 - color contains mainly: blue. Hex color #6A08C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A08C4 is #95F73B. Grayscale: #3A3A3A. Windows color (decimal): -9828156 or 12847210. OLE color: 12847210.

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

Color convert

RGB1068196-
CMYK0.460.9600.23
HSL271.28º92.16%40%-
HSV(B)271.28º95.92%76.86%-
XYZ15.997.2252.78-
YUV58.73205.47161.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 196 (76.95% from 255) = 63.23%
R=34.19%
G=2.58%
B=63.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal10681960.460.9600.23271.2892.1640
Hex6A8C42E6001710f5c28
Octal152103045614002741713450
Binary110101010001100010010111011000000101111000011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A08C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,196); }

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

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

 a { background-color: rgb(106,8,196); }

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

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

 span { border-color: rgb(106,8,196); }

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