#6317AA

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

Shades of Purple Heart #6317AA

Tints of Purple Heart #6317AA

Color information

#6317AA (or 0x6317AA) is unknown color: approx Purple Heart. HEX triplet: 63, 17 and AA. RGB value is (99,23,170). Sum of RGB (Red+Green+Blue) = 99+23+170=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #6317AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6317AA is #9CE855. Grayscale: #3D3D3D. Windows color (decimal): -10283094 or 11147107. OLE color: 11147107.

HSL color Cylindrical-coordinate representation of color #6317AA: hue angle of 271.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6317AA is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9923170-
CMYK0.420.8600.33
HSL271.02º76.17%37.84%-
HSV(B)271.02º86.47%66.67%-
XYZ12.716.1738.55-
YUV62.48188.68154.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 23 (9.38% from 255) = 7.88%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=33.90%
G=7.88%
B=58.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99231700.420.8600.33271.0276.1737.84
Hex6317AA2A5602110f4c26
Octal143272525212604141711446
Binary11000111011110101010101010101011001000011000011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6317AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6317AA; }

 p { color: rgb(99,23,170); }

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

<style>
 a { background-color: #6317AA; }

 a { background-color: rgb(99,23,170); }

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

<style>
 span { border-color: #6317AA; }

 span { border-color: rgb(99,23,170); }

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