Html Css Color HEX #621AA2 Purple Heart

📋 copy color: '#621AA2'

red 98 ◦ green 26 ◦ blue 162

#621AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #621AA2

Tints of Purple Heart #621AA2

RGB

 RED value IS 98 (38.67% from 255) = 34.27%

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 162 (63.67% from 255) = 56.64%

R = 34.27%
G = 9.09%
B = 56.64%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#621AA2 (or 0x621AA2) is known color: Purple Heart. HEX triplet: 62, 1A and A2. RGB value is (98,26,162). Sum of RGB (Red+Green+Blue) = 98+26+162=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #621AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621AA2 is #9DE55D. Grayscale: #3E3E3E. Windows color (decimal): -10347870 or 10623586. OLE color: 10623586.

HSL color Cylindrical-coordinate representation of color #621AA2: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621AA2 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 26 162 -
CMYK 0.40 0.84 0 0.36
HSL 271.76º 0.72% 0.37% -
HSV(B) 271.76º 0.84% 0.64% -
XYZ 11.93 5.94 34.7 -
YUV 63.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 98 26 162 0.40 0.84 0 0.36 271.76 0.72 0.37
Hex 62 1A A2 28 54 0 24 110 48 25
Octal 142 32 242 50 124 0 44 420 110 45
Binary 1100010 11010 10100010 101000 1010100 0 100100 100010000 1001000 100101

Color Harmonies of #621AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621AA2

Black with #621AA2

Text Example


Text Example

White with #621AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621AA2; }

 p { color: rgb(98,26,162); }

 H1.HeaderClassName
 {
   color: #621AA2;
 }
 .AnyTagClassName
 {
   color: #621AA2;
 }
</style>

background-color css

<style>
 a { background-color: #621AA2; }

 a { background-color: rgb(98,26,162); }

 div.DivClassName
 {
   background-color: #621AA2;
 }
 .BgClassName
 {
   background-color: #621AA2;
 }
</style>

border-color css

<style>
 span { border-color: #621AA2; }

 span { border-color: rgb(98,26,162); }

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