#6234AE

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

Shades of Purple Heart #6234AE

Tints of Purple Heart #6234AE

Color information

#6234AE (or 0x6234AE) is unknown color: approx Purple Heart. HEX triplet: 62, 34 and AE. RGB value is (98,52,174). Sum of RGB (Red+Green+Blue) = 98+52+174=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #6234AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6234AE is #9DCB51. Grayscale: #4F4F4F. Windows color (decimal): -10341202 or 11416674. OLE color: 11416674.

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

Color convert

RGB9852174-
CMYK0.440.7000.32
HSL262.62º53.98%44.31%-
HSV(B)262.62º70.11%68.24%-
XYZ13.98.1140.88-
YUV79.66181.24141.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=30.25%
G=16.05%
B=53.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98521740.440.7000.32262.6253.9844.31
Hex6234AE2C46020107362c
Octal14264256541060404076654
Binary11000101101001010111010110010001100100000100000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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