#6A38CA

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

Shades of Purple Heart #6A38CA

Tints of Purple Heart #6A38CA

Color information

#6A38CA (or 0x6A38CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 38 and CA. RGB value is (106,56,202). Sum of RGB (Red+Green+Blue) = 106+56+202=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A38CA is #95C735. Grayscale: #575757. Windows color (decimal): -9815862 or 13252714. OLE color: 13252714.

HSL color Cylindrical-coordinate representation of color #6A38CA: hue angle of 260.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A38CA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10656202-
CMYK0.480.7200.21
HSL260.55º57.94%50.59%-
HSV(B)260.55º72.28%79.22%-
XYZ18.0210.1656.89-
YUV87.59192.56141.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=29.12%
G=15.38%
B=55.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106562020.480.7200.21260.5557.9450.59
Hex6A38CA30480151053a33
Octal15270312601100254057263
Binary1101010111000110010101100001001000010101100000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,202); }

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

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

 a { background-color: rgb(106,56,202); }

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

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

 span { border-color: rgb(106,56,202); }

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