Html Css Color HEX #621AAE Purple Heart

📋 copy color: '#621AAE'

red 98 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #621AAE

Tints of Purple Heart #621AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.39%

R = 32.89%
G = 8.72%
B = 58.39%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#621AAE (or 0x621AAE) is known color: Purple Heart. HEX triplet: 62, 1A and AE. RGB value is (98,26,174). Sum of RGB (Red+Green+Blue) = 98+26+174=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #621AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621AAE is #9DE551. Grayscale: #3F3F3F. Windows color (decimal): -10347858 or 11410018. OLE color: 11410018.

HSL color Cylindrical-coordinate representation of color #621AAE: hue angle of 269.19º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621AAE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 26 174 -
CMYK 0.44 0.85 0 0.32
HSL 269.19º 0.74% 0.39% -
HSV(B) 269.19º 0.85% 0.68% -
XYZ 13.05 6.39 40.59 -
YUV 64.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 98 26 174 0.44 0.85 0 0.32 269.19 0.74 0.39
Hex 62 1A AE 2C 55 0 20 10D 4A 27
Octal 142 32 256 54 125 0 40 415 112 47
Binary 1100010 11010 10101110 101100 1010101 0 100000 100001101 1001010 100111

Color Harmonies of #621AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621AAE

Black with #621AAE

Text Example


Text Example

White with #621AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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