#630DD5

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

Shades of Purple Heart #630DD5

Tints of Purple Heart #630DD5

Color information

#630DD5 (or 0x630DD5) is unknown color: approx Purple Heart. HEX triplet: 63, 0D and D5. RGB value is (99,13,213). Sum of RGB (Red+Green+Blue) = 99+13+213=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #630DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DD5 is #9CF22A. Grayscale: #3C3C3C. Windows color (decimal): -10285611 or 13962595. OLE color: 13962595.

HSL color Cylindrical-coordinate representation of color #630DD5: hue angle of 265.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DD5 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9913213-
CMYK0.540.9400.16
HSL265.8º88.5%44.31%-
HSV(B)265.8º93.9%83.53%-
XYZ17.37.7463.53-
YUV61.51213.49154.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=30.46%
G=4%
B=65.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99132130.540.9400.16265.888.544.31
Hex63DD5365E01010a582c
Octal143153256613602041213054
Binary110001111011101010111011010111100100001000010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630DD5; }

 p { color: rgb(99,13,213); }

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

<style>
 a { background-color: #630DD5; }

 a { background-color: rgb(99,13,213); }

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

<style>
 span { border-color: #630DD5; }

 span { border-color: rgb(99,13,213); }

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