#632EBF

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

Shades of Purple Heart #632EBF

Tints of Purple Heart #632EBF

Color information

#632EBF (or 0x632EBF) is unknown color: approx Purple Heart. HEX triplet: 63, 2E and BF. RGB value is (99,46,191). Sum of RGB (Red+Green+Blue) = 99+46+191=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #632EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632EBF is #9CD140. Grayscale: #4D4D4D. Windows color (decimal): -10277185 or 12529251. OLE color: 12529251.

HSL color Cylindrical-coordinate representation of color #632EBF: hue angle of 261.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632EBF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9946191-
CMYK0.480.7600.25
HSL261.93º61.18%46.47%-
HSV(B)261.93º75.92%74.9%-
XYZ15.538.3750.09-
YUV78.38191.56142.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 191 (75% from 255) = 56.85%
R=29.46%
G=13.69%
B=56.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99461910.480.7600.25261.9361.1846.47
Hex632EBF304C0191063d2e
Octal14356277601140314067556
Binary1100011101110101111111100001001100011001100000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,46,191); }

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

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

 a { background-color: rgb(99,46,191); }

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

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

 span { border-color: rgb(99,46,191); }

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