#6138C9

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

Shades of Purple Heart #6138C9

Tints of Purple Heart #6138C9

Color information

#6138C9 (or 0x6138C9) is unknown color: approx Purple Heart. HEX triplet: 61, 38 and C9. RGB value is (97,56,201). Sum of RGB (Red+Green+Blue) = 97+56+201=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #6138C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138C9 is #9EC736. Grayscale: #545454. Windows color (decimal): -10405687 or 13187169. OLE color: 13187169.

HSL color Cylindrical-coordinate representation of color #6138C9: hue angle of 256.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6138C9 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9756201-
CMYK0.520.7200.21
HSL256.97º57.31%50.39%-
HSV(B)256.97º72.14%78.82%-
XYZ16.899.5956.22-
YUV84.79193.58136.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 201 (78.91% from 255) = 56.78%
R=27.40%
G=15.82%
B=56.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97562010.520.7200.21256.9757.3150.39
Hex6138C934480151013932
Octal14170311641100254017162
Binary1100001111000110010011101001001000010101100000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6138C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6138C9; }

 p { color: rgb(97,56,201); }

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

<style>
 a { background-color: #6138C9; }

 a { background-color: rgb(97,56,201); }

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

<style>
 span { border-color: #6138C9; }

 span { border-color: rgb(97,56,201); }

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