#6A23BE

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

Shades of Purple Heart #6A23BE

Tints of Purple Heart #6A23BE

Color information

#6A23BE (or 0x6A23BE) is unknown color: approx Purple Heart. HEX triplet: 6A, 23 and BE. RGB value is (106,35,190). Sum of RGB (Red+Green+Blue) = 106+35+190=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A23BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A23BE is #95DC41. Grayscale: #494949. Windows color (decimal): -9821250 or 12460906. OLE color: 12460906.

HSL color Cylindrical-coordinate representation of color #6A23BE: hue angle of 267.48º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A23BE is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10635190-
CMYK0.440.8200.25
HSL267.48º68.89%44.12%-
HSV(B)267.48º81.58%74.51%-
XYZ15.847.9849.42-
YUV73.9193.52150.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=32.02%
G=10.57%
B=57.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106351900.440.8200.25267.4868.8944.12
Hex6A23BE2C5201910b452c
Octal152432765412203141310554
Binary11010101000111011111010110010100100110011000010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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