Html Css Color HEX #620AAC Purple Heart

📋 copy color: '#620AAC'

red 98 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #620AAC

Tints of Purple Heart #620AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 35%
G = 3.57%
B = 61.43%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#620AAC (or 0x620AAC) is known color: Purple Heart. HEX triplet: 62, 0A and AC. RGB value is (98,10,172). Sum of RGB (Red+Green+Blue) = 98+10+172=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #620AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AAC is #9DF553. Grayscale: #363636. Windows color (decimal): -10351956 or 11274850. OLE color: 11274850.

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

Color convert

RGB 98 10 172 -
CMYK 0.43 0.94 0 0.33
HSL 272.59º 0.89% 0.36% -
HSV(B) 272.59º 0.94% 0.67% -
XYZ 12.59 5.79 39.48 -
YUV 54.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 98 10 172 0.43 0.94 0 0.33 272.59 0.89 0.36
Hex 62 A AC 2B 5E 0 21 111 59 24
Octal 142 12 254 53 136 0 41 421 131 44
Binary 1100010 1010 10101100 101011 1011110 0 100001 100010001 1011001 100100

Color Harmonies of #620AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620AAC

Black with #620AAC

Text Example


Text Example

White with #620AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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