#622DBA

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

Shades of Purple Heart #622DBA

Tints of Purple Heart #622DBA

Color information

#622DBA (or 0x622DBA) is unknown color: approx Purple Heart. HEX triplet: 62, 2D and BA. RGB value is (98,45,186). Sum of RGB (Red+Green+Blue) = 98+45+186=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #622DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DBA is #9DD245. Grayscale: #4C4C4C. Windows color (decimal): -10342982 or 12201314. OLE color: 12201314.

HSL color Cylindrical-coordinate representation of color #622DBA: hue angle of 262.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #622DBA is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9845186-
CMYK0.470.7600.27
HSL262.55º61.04%45.29%-
HSV(B)262.55º75.81%72.94%-
XYZ14.848.0247.22-
YUV76.92189.56143.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=29.79%
G=13.68%
B=56.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98451860.470.7600.27262.5561.0445.29
Hex622DBA2F4C01B1073d2d
Octal14255272571140334077555
Binary1100010101101101110101011111001100011011100000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,45,186); }

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

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

 a { background-color: rgb(98,45,186); }

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

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

 span { border-color: rgb(98,45,186); }

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