#622DBB

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

Shades of Purple Heart #622DBB

Tints of Purple Heart #622DBB

Color information

#622DBB (or 0x622DBB) is unknown color: approx Purple Heart. HEX triplet: 62, 2D and BB. RGB value is (98,45,187). Sum of RGB (Red+Green+Blue) = 98+45+187=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #622DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622DBB is #9DD244. Grayscale: #4C4C4C. Windows color (decimal): -10342981 or 12266850. OLE color: 12266850.

HSL color Cylindrical-coordinate representation of color #622DBB: hue angle of 262.39º 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 #622DBB is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9845187-
CMYK0.480.7600.27
HSL262.39º61.21%45.49%-
HSV(B)262.39º75.94%73.33%-
XYZ14.958.0647.78-
YUV77.04190.06142.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=29.70%
G=13.64%
B=56.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98451870.480.7600.27262.3961.2145.49
Hex622DBB304C01B1063d2d
Octal14255273601140334067555
Binary1100010101101101110111100001001100011011100000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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