Html Css Color HEX #620DAC Purple Heart

📋 copy color: '#620DAC'

red 98 ◦ green 13 ◦ blue 172

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

Shades of Purple Heart #620DAC

Tints of Purple Heart #620DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 34.63%
G = 4.59%
B = 60.78%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#620DAC (or 0x620DAC) is known color: Purple Heart. HEX triplet: 62, 0D and AC. RGB value is (98,13,172). Sum of RGB (Red+Green+Blue) = 98+13+172=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #620DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620DAC is #9DF253. Grayscale: #373737. Windows color (decimal): -10351188 or 11275618. OLE color: 11275618.

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

Color convert

RGB 98 13 172 -
CMYK 0.43 0.92 0 0.33
HSL 272.08º 0.86% 0.36% -
HSV(B) 272.08º 0.92% 0.67% -
XYZ 12.63 5.86 39.5 -
YUV 56.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 98 13 172 0.43 0.92 0 0.33 272.08 0.86 0.36
Hex 62 D AC 2B 5C 0 21 110 56 24
Octal 142 15 254 53 134 0 41 420 126 44
Binary 1100010 1101 10101100 101011 1011100 0 100001 100010000 1010110 100100

Color Harmonies of #620DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DAC

Black with #620DAC

Text Example


Text Example

White with #620DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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