#630FB2

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

Shades of Purple Heart #630FB2

Tints of Purple Heart #630FB2

Color information

#630FB2 (or 0x630FB2) is unknown color: approx Purple Heart. HEX triplet: 63, 0F and B2. RGB value is (99,15,178). Sum of RGB (Red+Green+Blue) = 99+15+178=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #630FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FB2 is #9CF04D. Grayscale: #3A3A3A. Windows color (decimal): -10285134 or 11669347. OLE color: 11669347.

HSL color Cylindrical-coordinate representation of color #630FB2: hue angle of 270.92º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630FB2 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9915178-
CMYK0.440.9200.30
HSL270.92º84.46%37.84%-
HSV(B)270.92º91.57%69.8%-
XYZ13.356.2142.61-
YUV58.7195.33156.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 178 (69.92% from 255) = 60.96%
R=33.90%
G=5.14%
B=60.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99151780.440.9200.30270.9284.4637.84
Hex63FB22C5C01E10f5426
Octal143172625413403641712446
Binary110001111111011001010110010111000111101000011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,178); }

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

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

 a { background-color: rgb(99,15,178); }

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

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

 span { border-color: rgb(99,15,178); }

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