#6132E4

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

Shades of Purple Heart #6132E4

Tints of Purple Heart #6132E4

Color information

#6132E4 (or 0x6132E4) is unknown color: approx Purple Heart. HEX triplet: 61, 32 and E4. RGB value is (97,50,228). Sum of RGB (Red+Green+Blue) = 97+50+228=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #6132E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6132E4 is #9ECD1B. Grayscale: #535353. Windows color (decimal): -10407196 or 14955105. OLE color: 14955105.

HSL color Cylindrical-coordinate representation of color #6132E4: hue angle of 255.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6132E4 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9750228-
CMYK0.570.7800.11
HSL255.84º76.72%54.51%-
HSV(B)255.84º78.07%89.41%-
XYZ20.0710.4274.35-
YUV84.34209.07137.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 228 (89.45% from 255) = 60.8%
R=25.87%
G=13.33%
B=60.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal97502280.570.7800.11255.8476.7254.51
Hex6132E4394E0B1004d37
Octal141623447111601340011567
Binary1100001110010111001001110011001110010111000000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6132E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6132E4; }

 p { color: rgb(97,50,228); }

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

<style>
 a { background-color: #6132E4; }

 a { background-color: rgb(97,50,228); }

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

<style>
 span { border-color: #6132E4; }

 span { border-color: rgb(97,50,228); }

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