#6431AD

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

Shades of Purple Heart #6431AD

Tints of Purple Heart #6431AD

Color information

#6431AD (or 0x6431AD) is unknown color: approx Purple Heart. HEX triplet: 64, 31 and AD. RGB value is (100,49,173). Sum of RGB (Red+Green+Blue) = 100+49+173=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #6431AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6431AD is #9BCE52. Grayscale: #4D4D4D. Windows color (decimal): -10210899 or 11350372. OLE color: 11350372.

HSL color Cylindrical-coordinate representation of color #6431AD: hue angle of 264.68º 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 #6431AD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10049173-
CMYK0.420.7200.32
HSL264.68º55.86%43.53%-
HSV(B)264.68º71.68%67.84%-
XYZ13.97.9240.33-
YUV78.38181.4143.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=31.06%
G=15.22%
B=53.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100491730.420.7200.32264.6855.8643.53
Hex6431AD2A48020109382c
Octal14461255521100404117054
Binary11001001100011010110110101010010000100000100001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6431AD; }

 p { color: rgb(100,49,173); }

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

<style>
 a { background-color: #6431AD; }

 a { background-color: rgb(100,49,173); }

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

<style>
 span { border-color: #6431AD; }

 span { border-color: rgb(100,49,173); }

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