#632BDA

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

Shades of Purple Heart #632BDA

Tints of Purple Heart #632BDA

Color information

#632BDA (or 0x632BDA) is unknown color: approx Purple Heart. HEX triplet: 63, 2B and DA. RGB value is (99,43,218). Sum of RGB (Red+Green+Blue) = 99+43+218=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #632BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632BDA is #9CD425. Grayscale: #4F4F4F. Windows color (decimal): -10277926 or 14297955. OLE color: 14297955.

HSL color Cylindrical-coordinate representation of color #632BDA: hue angle of 259.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632BDA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9943218-
CMYK0.550.8000.15
HSL259.2º70.28%51.18%-
HSV(B)259.2º80.28%85.49%-
XYZ18.669.4467.17-
YUV79.69206.05141.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 43 (17.19% from 255) = 11.94%
BLUE value IS 218 (85.55% from 255) = 60.56%
R=27.5%
G=11.94%
B=60.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal99432180.550.8000.15259.270.2851.18
Hex632BDA37500F1034633
Octal143533326712001740310663
Binary1100011101011110110101101111010000011111000000111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,43,218); }

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

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

 a { background-color: rgb(99,43,218); }

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

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

 span { border-color: rgb(99,43,218); }

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