#631cab

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

Shades of Purple Heart #631CAB

Tints of Purple Heart #631CAB

Color information

#631CAB (or 0x631CAB) is unknown color: approx Purple Heart. HEX triplet: 63, 1C and AB. RGB value is (99,28,171). Sum of RGB (Red+Green+Blue) = 99+28+171=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #631CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631CAB is #9CE354. Grayscale: #414141. Windows color (decimal): -10281813 or 11213923. OLE color: 11213923.

HSL color Cylindrical-coordinate representation of color #631CAB: hue angle of 269.79º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631CAB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9928171-
CMYK0.420.8400.33
HSL269.79º71.86%39.02%-
HSV(B)269.79º83.63%67.06%-
XYZ12.916.4239.09-
YUV65.53187.52151.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 171 (67.19% from 255) = 57.38%
R=33.22%
G=9.40%
B=57.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99281710.420.8400.33269.7971.8639.02
Hex631CAB2A5402110e4827
Octal143342535212404141611047
Binary11000111110010101011101010101010001000011000011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631cab; }

 p { color: rgb(99,28,171); }

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

<style>
 a { background-color: #631cab; }

 a { background-color: rgb(99,28,171); }

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

<style>
 span { border-color: #631cab; }

 span { border-color: rgb(99,28,171); }

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