#631BD6

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

Shades of Purple Heart #631BD6

Tints of Purple Heart #631BD6

Color information

#631BD6 (or 0x631BD6) is unknown color: approx Purple Heart. HEX triplet: 63, 1B and D6. RGB value is (99,27,214). Sum of RGB (Red+Green+Blue) = 99+27+214=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #631BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BD6 is #9CE429. Grayscale: #454545. Windows color (decimal): -10282026 or 14031715. OLE color: 14031715.

HSL color Cylindrical-coordinate representation of color #631BD6: hue angle of 263.1º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631BD6 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9927214-
CMYK0.540.8700.16
HSL263.1º77.59%47.25%-
HSV(B)263.1º87.38%83.92%-
XYZ17.688.2964.29-
YUV69.85209.35148.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 27 (10.94% from 255) = 7.94%
BLUE value IS 214 (83.98% from 255) = 62.94%
R=29.12%
G=7.94%
B=62.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99272140.540.8700.16263.177.5947.25
Hex631BD636570101074e2f
Octal143333266612702040711657
Binary1100011110111101011011011010101110100001000001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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