#631BC7

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

Shades of Purple Heart #631BC7

Tints of Purple Heart #631BC7

Color information

#631BC7 (or 0x631BC7) is unknown color: approx Purple Heart. HEX triplet: 63, 1B and C7. RGB value is (99,27,199). Sum of RGB (Red+Green+Blue) = 99+27+199=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #631BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631BC7 is #9CE438. Grayscale: #434343. Windows color (decimal): -10282041 or 13048675. OLE color: 13048675.

HSL color Cylindrical-coordinate representation of color #631BC7: hue angle of 265.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631BC7 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9927199-
CMYK0.500.8600.22
HSL265.12º76.11%44.31%-
HSV(B)265.12º86.43%78.04%-
XYZ15.857.5654.66-
YUV68.14201.85150.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 199 (78.12% from 255) = 61.23%
R=30.46%
G=8.31%
B=61.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99271990.500.8600.22265.1276.1144.31
Hex631BC732560161094c2c
Octal143333076212602641111454
Binary1100011110111100011111001010101100101101000010011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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