#6320AF

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

Shades of Purple Heart #6320AF

Tints of Purple Heart #6320AF

Color information

#6320AF (or 0x6320AF) is unknown color: approx Purple Heart. HEX triplet: 63, 20 and AF. RGB value is (99,32,175). Sum of RGB (Red+Green+Blue) = 99+32+175=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #6320AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6320AF is #9CDF50. Grayscale: #434343. Windows color (decimal): -10280785 or 11477091. OLE color: 11477091.

HSL color Cylindrical-coordinate representation of color #6320AF: hue angle of 268.11º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6320AF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9932175-
CMYK0.430.8200.31
HSL268.11º69.08%40.59%-
HSV(B)268.11º81.71%68.63%-
XYZ13.46.7841.16-
YUV68.33188.2149.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=32.35%
G=10.46%
B=57.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99321750.430.8200.31268.1169.0840.59
Hex6320AF2B5201F10c4529
Octal143402575312203741410551
Binary11000111000001010111110101110100100111111000011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6320AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6320AF; }

 p { color: rgb(99,32,175); }

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

<style>
 a { background-color: #6320AF; }

 a { background-color: rgb(99,32,175); }

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

<style>
 span { border-color: #6320AF; }

 span { border-color: rgb(99,32,175); }

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