#6231AE

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

Shades of Purple Heart #6231AE

Tints of Purple Heart #6231AE

Color information

#6231AE (or 0x6231AE) is unknown color: approx Purple Heart. HEX triplet: 62, 31 and AE. RGB value is (98,49,174). Sum of RGB (Red+Green+Blue) = 98+49+174=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #6231AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6231AE is #9DCE51. Grayscale: #4D4D4D. Windows color (decimal): -10341970 or 11415906. OLE color: 11415906.

HSL color Cylindrical-coordinate representation of color #6231AE: hue angle of 263.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6231AE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9849174-
CMYK0.440.7200.32
HSL263.52º56.05%43.73%-
HSV(B)263.52º71.84%68.24%-
XYZ13.787.8540.83-
YUV77.9182.23142.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=30.53%
G=15.26%
B=54.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98491740.440.7200.32263.5256.0543.73
Hex6231AE2C48020108382c
Octal14261256541100404107054
Binary11000101100011010111010110010010000100000100001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6231AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6231AE; }

 p { color: rgb(98,49,174); }

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

<style>
 a { background-color: #6231AE; }

 a { background-color: rgb(98,49,174); }

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

<style>
 span { border-color: #6231AE; }

 span { border-color: rgb(98,49,174); }

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