#6A3CBF

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

Shades of Purple Heart #6A3CBF

Tints of Purple Heart #6A3CBF

Color information

#6A3CBF (or 0x6A3CBF) is unknown color: approx Purple Heart. HEX triplet: 6A, 3C and BF. RGB value is (106,60,191). Sum of RGB (Red+Green+Blue) = 106+60+191=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CBF is #95C340. Grayscale: #585858. Windows color (decimal): -9814849 or 12532842. OLE color: 12532842.

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

Color convert

RGB10660191-
CMYK0.450.6900.25
HSL261.07º52.19%49.22%-
HSV(B)261.07º68.59%74.9%-
XYZ16.9610.0650.34-
YUV88.69185.74140.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 60 (23.83% from 255) = 16.81%
BLUE value IS 191 (75% from 255) = 53.50%
R=29.69%
G=16.81%
B=53.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106601910.450.6900.25261.0752.1949.22
Hex6A3CBF2D450191053431
Octal15274277551050314056461
Binary1101010111100101111111011011000101011001100000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,191); }

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

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

 a { background-color: rgb(106,60,191); }

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

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

 span { border-color: rgb(106,60,191); }

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