#630dcf

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

Shades of Purple Heart #630DCF

Tints of Purple Heart #630DCF

Color information

#630DCF (or 0x630DCF) is unknown color: approx Purple Heart. HEX triplet: 63, 0D and CF. RGB value is (99,13,207). Sum of RGB (Red+Green+Blue) = 99+13+207=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #630DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630DCF is #9CF230. Grayscale: #3C3C3C. Windows color (decimal): -10285617 or 13569379. OLE color: 13569379.

HSL color Cylindrical-coordinate representation of color #630DCF: hue angle of 266.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630DCF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9913207-
CMYK0.520.9400.19
HSL266.6º88.18%43.14%-
HSV(B)266.6º93.72%81.18%-
XYZ16.557.4559.6-
YUV60.83210.49155.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 207 (81.25% from 255) = 64.89%
R=31.03%
G=4.08%
B=64.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99132070.520.9400.19266.688.1843.14
Hex63DCF345E01310b582b
Octal143153176413602341313053
Binary110001111011100111111010010111100100111000010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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