#632AC4

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

Shades of Purple Heart #632AC4

Tints of Purple Heart #632AC4

Color information

#632AC4 (or 0x632AC4) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and C4. RGB value is (99,42,196). Sum of RGB (Red+Green+Blue) = 99+42+196=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #632AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632AC4 is #9CD53B. Grayscale: #4C4C4C. Windows color (decimal): -10278204 or 12855907. OLE color: 12855907.

HSL color Cylindrical-coordinate representation of color #632AC4: hue angle of 262.21º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632AC4 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9942196-
CMYK0.490.7900.23
HSL262.21º64.71%46.67%-
HSV(B)262.21º78.57%76.86%-
XYZ15.948.2952.99-
YUV76.6195.38143.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=29.38%
G=12.46%
B=58.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99421960.490.7900.23262.2164.7146.67
Hex632AC4314F017106412f
Octal143523046111702740610157
Binary11000111010101100010011000110011110101111000001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,42,196); }

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

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

 a { background-color: rgb(99,42,196); }

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

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

 span { border-color: rgb(99,42,196); }

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