#6137C3

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

Shades of Purple Heart #6137C3

Tints of Purple Heart #6137C3

Color information

#6137C3 (or 0x6137C3) is unknown color: approx Purple Heart. HEX triplet: 61, 37 and C3. RGB value is (97,55,195). Sum of RGB (Red+Green+Blue) = 97+55+195=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #6137C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6137C3 is #9EC83C. Grayscale: #535353. Windows color (decimal): -10405949 or 12793697. OLE color: 12793697.

HSL color Cylindrical-coordinate representation of color #6137C3: hue angle of 258º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6137C3 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9755195-
CMYK0.500.7200.24
HSL258º56%49.02%-
HSV(B)258º71.79%76.47%-
XYZ16.159.2152.56-
YUV83.52190.91137.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 195 (76.56% from 255) = 56.20%
R=27.95%
G=15.85%
B=56.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97551950.500.7200.242585649.02
Hex6137C332480181023831
Octal14167303621100304027061
Binary1100001110111110000111100101001000011000100000010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6137C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6137C3; }

 p { color: rgb(97,55,195); }

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

<style>
 a { background-color: #6137C3; }

 a { background-color: rgb(97,55,195); }

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

<style>
 span { border-color: #6137C3; }

 span { border-color: rgb(97,55,195); }

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