#630FB6

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

Shades of Purple Heart #630FB6

Tints of Purple Heart #630FB6

Color information

#630FB6 (or 0x630FB6) is unknown color: approx Purple Heart. HEX triplet: 63, 0F and B6. RGB value is (99,15,182). Sum of RGB (Red+Green+Blue) = 99+15+182=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #630FB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FB6 is #9CF049. Grayscale: #3A3A3A. Windows color (decimal): -10285130 or 11931491. OLE color: 11931491.

HSL color Cylindrical-coordinate representation of color #630FB6: hue angle of 270.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630FB6 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9915182-
CMYK0.460.9200.29
HSL270.18º84.77%38.63%-
HSV(B)270.18º91.76%71.37%-
XYZ13.766.3744.76-
YUV59.15197.33156.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 15 (6.25% from 255) = 5.07%
BLUE value IS 182 (71.48% from 255) = 61.49%
R=33.45%
G=5.07%
B=61.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99151820.460.9200.29270.1884.7738.63
Hex63FB62E5C01D10e5527
Octal143172665613403541612547
Binary110001111111011011010111010111000111011000011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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