#631DC4

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

Shades of Purple Heart #631DC4

Tints of Purple Heart #631DC4

Color information

#631DC4 (or 0x631DC4) is unknown color: approx Purple Heart. HEX triplet: 63, 1D and C4. RGB value is (99,29,196). Sum of RGB (Red+Green+Blue) = 99+29+196=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #631DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DC4 is #9CE23B. Grayscale: #444444. Windows color (decimal): -10281532 or 12852579. OLE color: 12852579.

HSL color Cylindrical-coordinate representation of color #631DC4: hue angle of 265.15º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631DC4 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9929196-
CMYK0.490.8500.23
HSL265.15º74.22%44.12%-
HSV(B)265.15º85.2%76.86%-
XYZ15.557.5252.86-
YUV68.97199.69149.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 196 (76.95% from 255) = 60.49%
R=30.56%
G=8.95%
B=60.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99291960.490.8500.23265.1574.2244.12
Hex631DC431550171094a2c
Octal143353046112502741111254
Binary1100011111011100010011000110101010101111000010011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,29,196); }

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

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

 a { background-color: rgb(99,29,196); }

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

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

 span { border-color: rgb(99,29,196); }

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