#631BB6

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

Shades of Purple Heart #631BB6

Tints of Purple Heart #631BB6

Color information

#631BB6 (or 0x631BB6) is unknown color: approx Purple Heart. HEX triplet: 63, 1B and B6. RGB value is (99,27,182). Sum of RGB (Red+Green+Blue) = 99+27+182=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #631BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BB6 is #9CE449. Grayscale: #414141. Windows color (decimal): -10282058 or 11934563. OLE color: 11934563.

HSL color Cylindrical-coordinate representation of color #631BB6: hue angle of 267.87º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631BB6 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9927182-
CMYK0.460.8500.29
HSL267.87º74.16%40.98%-
HSV(B)267.87º85.16%71.37%-
XYZ13.986.8144.83-
YUV66.2193.35151.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 182 (71.48% from 255) = 59.09%
R=32.14%
G=8.77%
B=59.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99271820.460.8500.29267.8774.1640.98
Hex631BB62E5501D10c4a29
Octal143332665612503541411251
Binary1100011110111011011010111010101010111011000011001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,27,182); }

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

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

 a { background-color: rgb(99,27,182); }

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

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

 span { border-color: rgb(99,27,182); }

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