#6a38d5

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

Shades of Purple Heart #6A38D5

Tints of Purple Heart #6A38D5

Color information

#6A38D5 (or 0x6A38D5) is unknown color: approx Purple Heart. HEX triplet: 6A, 38 and D5. RGB value is (106,56,213). Sum of RGB (Red+Green+Blue) = 106+56+213=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A38D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A38D5 is #95C72A. Grayscale: #585858. Windows color (decimal): -9815851 or 13973610. OLE color: 13973610.

HSL color Cylindrical-coordinate representation of color #6A38D5: hue angle of 259.11º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A38D5 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10656213-
CMYK0.500.7400.16
HSL259.11º65.15%52.75%-
HSV(B)259.11º73.71%83.53%-
XYZ19.3710.763.99-
YUV88.85198.06140.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 213 (83.59% from 255) = 56.8%
R=28.27%
G=14.93%
B=56.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106562130.500.7400.16259.1165.1552.75
Hex6A38D5324A0101034135
Octal152703256211202040310165
Binary11010101110001101010111001010010100100001000000111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a38d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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