#6143C0

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

Shades of Purple Heart #6143C0

Tints of Purple Heart #6143C0

Color information

#6143C0 (or 0x6143C0) is unknown color: approx Purple Heart. HEX triplet: 61, 43 and C0. RGB value is (97,67,192). Sum of RGB (Red+Green+Blue) = 97+67+192=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #6143C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6143C0 is #9EBC3F. Grayscale: #595959. Windows color (decimal): -10402880 or 12600161. OLE color: 12600161.

HSL color Cylindrical-coordinate representation of color #6143C0: hue angle of 254.4º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6143C0 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9767192-
CMYK0.490.6500.25
HSL254.4º49.8%50.78%-
HSV(B)254.4º65.1%75.29%-
XYZ16.4510.3651-
YUV90.22185.44132.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=27.25%
G=18.82%
B=53.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97671920.490.6500.25254.449.850.78
Hex6143C03141019fe3233
Octal141103300611010313766263
Binary1100001100001111000000110001100000101100111111110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6143C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6143C0; }

 p { color: rgb(97,67,192); }

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

<style>
 a { background-color: #6143C0; }

 a { background-color: rgb(97,67,192); }

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

<style>
 span { border-color: #6143C0; }

 span { border-color: rgb(97,67,192); }

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