#632FC8

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

Shades of Purple Heart #632FC8

Tints of Purple Heart #632FC8

Color information

#632FC8 (or 0x632FC8) is unknown color: approx Purple Heart. HEX triplet: 63, 2F and C8. RGB value is (99,47,200). Sum of RGB (Red+Green+Blue) = 99+47+200=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #632FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FC8 is #9CD037. Grayscale: #4F4F4F. Windows color (decimal): -10276920 or 13119331. OLE color: 13119331.

HSL color Cylindrical-coordinate representation of color #632FC8: hue angle of 260.39º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632FC8 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9947200-
CMYK0.500.7600.22
HSL260.39º61.94%48.43%-
HSV(B)260.39º76.5%78.43%-
XYZ16.598.8655.48-
YUV79.99195.73141.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 47 (18.75% from 255) = 13.58%
BLUE value IS 200 (78.52% from 255) = 57.80%
R=28.61%
G=13.58%
B=57.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal99472000.500.7600.22260.3961.9448.43
Hex632FC8324C0161043e30
Octal14357310621140264047660
Binary1100011101111110010001100101001100010110100000100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632FC8; }

 p { color: rgb(99,47,200); }

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

<style>
 a { background-color: #632FC8; }

 a { background-color: rgb(99,47,200); }

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

<style>
 span { border-color: #632FC8; }

 span { border-color: rgb(99,47,200); }

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