#6A23C4

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

Shades of Purple Heart #6A23C4

Tints of Purple Heart #6A23C4

Color information

#6A23C4 (or 0x6A23C4) is unknown color: approx Purple Heart. HEX triplet: 6A, 23 and C4. RGB value is (106,35,196). Sum of RGB (Red+Green+Blue) = 106+35+196=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #6A23C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A23C4 is #95DC3B. Grayscale: #4A4A4A. Windows color (decimal): -9821244 or 12854122. OLE color: 12854122.

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

Color convert

RGB10635196-
CMYK0.460.8200.23
HSL266.46º69.7%45.29%-
HSV(B)266.46º82.14%76.86%-
XYZ16.518.2552.95-
YUV74.58196.52150.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=31.45%
G=10.39%
B=58.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106351960.460.8200.23266.4669.745.29
Hex6A23C42E5201710a462d
Octal152433045612202741210655
Binary11010101000111100010010111010100100101111000010101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A23C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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