#631CBF

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

Shades of Purple Heart #631CBF

Tints of Purple Heart #631CBF

Color information

#631CBF (or 0x631CBF) is unknown color: approx Purple Heart. HEX triplet: 63, 1C and BF. RGB value is (99,28,191). Sum of RGB (Red+Green+Blue) = 99+28+191=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #631CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CBF is #9CE340. Grayscale: #434343. Windows color (decimal): -10281793 or 12524643. OLE color: 12524643.

HSL color Cylindrical-coordinate representation of color #631CBF: hue angle of 266.13º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631CBF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9928191-
CMYK0.480.8500.25
HSL266.13º74.43%42.94%-
HSV(B)266.13º85.34%74.9%-
XYZ14.967.2449.9-
YUV67.81197.52150.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 191 (75% from 255) = 60.06%
R=31.13%
G=8.81%
B=60.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99281910.480.8500.25266.1374.4342.94
Hex631CBF305501910a4a2b
Octal143342776012503141211253
Binary1100011111001011111111000010101010110011000010101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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