#631ed6

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

Shades of Purple Heart #631ED6

Tints of Purple Heart #631ED6

Color information

#631ED6 (or 0x631ED6) is unknown color: approx Purple Heart. HEX triplet: 63, 1E and D6. RGB value is (99,30,214). Sum of RGB (Red+Green+Blue) = 99+30+214=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #631ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ED6 is #9CE129. Grayscale: #464646. Windows color (decimal): -10281258 or 14032483. OLE color: 14032483.

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

Color convert

RGB9930214-
CMYK0.540.8600.16
HSL262.5º75.41%47.84%-
HSV(B)262.5º85.98%83.92%-
XYZ17.758.4464.31-
YUV71.61208.36147.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 30 (12.11% from 255) = 8.75%
BLUE value IS 214 (83.98% from 255) = 62.39%
R=28.86%
G=8.75%
B=62.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99302140.540.8600.16262.575.4147.84
Hex631ED636560101064b30
Octal143363266612602040611360
Binary1100011111101101011011011010101100100001000001101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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