#6A3DC3

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

Shades of Purple Heart #6A3DC3

Tints of Purple Heart #6A3DC3

Color information

#6A3DC3 (or 0x6A3DC3) is unknown color: approx Purple Heart. HEX triplet: 6A, 3D and C3. RGB value is (106,61,195). Sum of RGB (Red+Green+Blue) = 106+61+195=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #6A3DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3DC3 is #95C23C. Grayscale: #595959. Windows color (decimal): -9814589 or 12795242. OLE color: 12795242.

HSL color Cylindrical-coordinate representation of color #6A3DC3: hue angle of 260.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A3DC3 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10661195-
CMYK0.460.6900.24
HSL260.15º52.76%50.2%-
HSV(B)260.15º68.72%76.47%-
XYZ17.4610.3452.71-
YUV89.73187.41139.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 195 (76.56% from 255) = 53.87%
R=29.28%
G=16.85%
B=53.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106611950.460.6900.24260.1552.7650.2
Hex6A3DC32E450181043532
Octal15275303561050304046562
Binary1101010111101110000111011101000101011000100000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,61,195); }

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

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

 a { background-color: rgb(106,61,195); }

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

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

 span { border-color: rgb(106,61,195); }

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