Html Css Color HEX #620AAD Purple Heart

📋 copy color: '#620AAD'

red 98 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #620AAD

Tints of Purple Heart #620AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 34.88%
G = 3.56%
B = 61.57%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#620AAD (or 0x620AAD) is known color: Purple Heart. HEX triplet: 62, 0A and AD. RGB value is (98,10,173). Sum of RGB (Red+Green+Blue) = 98+10+173=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #620AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAD is #9DF552. Grayscale: #363636. Windows color (decimal): -10351955 or 11340386. OLE color: 11340386.

HSL color Cylindrical-coordinate representation of color #620AAD: hue angle of 272.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AAD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 10 173 -
CMYK 0.43 0.94 0 0.32
HSL 272.39º 0.89% 0.36% -
HSV(B) 272.39º 0.94% 0.68% -
XYZ 12.69 5.83 39.99 -
YUV 54.89 194.65 158.75 -
System Red Green Blue C M Y K H S L
Decimal 98 10 173 0.43 0.94 0 0.32 272.39 0.89 0.36
Hex 62 A AD 2B 5E 0 20 110 59 24
Octal 142 12 255 53 136 0 40 420 131 44
Binary 1100010 1010 10101101 101011 1011110 0 100000 100010000 1011001 100100

Color Harmonies of #620AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AAD

Black with #620AAD

Text Example


Text Example

White with #620AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620AAD; }

 p { color: rgb(98,10,173); }

 H1.HeaderClassName
 {
   color: #620AAD;
 }
 .AnyTagClassName
 {
   color: #620AAD;
 }
</style>

background-color css

<style>
 a { background-color: #620AAD; }

 a { background-color: rgb(98,10,173); }

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

border-color css

<style>
 span { border-color: #620AAD; }

 span { border-color: rgb(98,10,173); }

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