#622AC1

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

Shades of Purple Heart #622AC1

Tints of Purple Heart #622AC1

Color information

#622AC1 (or 0x622AC1) is unknown color: approx Purple Heart. HEX triplet: 62, 2A and C1. RGB value is (98,42,193). Sum of RGB (Red+Green+Blue) = 98+42+193=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #622AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622AC1 is #9DD53E. Grayscale: #4B4B4B. Windows color (decimal): -10343743 or 12659298. OLE color: 12659298.

HSL color Cylindrical-coordinate representation of color #622AC1: hue angle of 262.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622AC1 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9842193-
CMYK0.490.7800.24
HSL262.25º64.26%46.08%-
HSV(B)262.25º78.24%75.69%-
XYZ15.498.151.2-
YUV75.96194.05143.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 193 (75.78% from 255) = 57.96%
R=29.43%
G=12.61%
B=57.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98421930.490.7800.24262.2564.2646.08
Hex622AC1314E018106402e
Octal142523016111603040610056
Binary11000101010101100000111000110011100110001000001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622AC1; }

 p { color: rgb(98,42,193); }

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

<style>
 a { background-color: #622AC1; }

 a { background-color: rgb(98,42,193); }

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

<style>
 span { border-color: #622AC1; }

 span { border-color: rgb(98,42,193); }

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