Html Css Color HEX #620FAD Purple Heart

📋 copy color: '#620FAD'

red 98 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #620FAD

Tints of Purple Heart #620FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

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

R = 34.27%
G = 5.24%
B = 60.49%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#620FAD (or 0x620FAD) is known color: Purple Heart. HEX triplet: 62, 0F and AD. RGB value is (98,15,173). Sum of RGB (Red+Green+Blue) = 98+15+173=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #620FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FAD is #9DF052. Grayscale: #393939. Windows color (decimal): -10350675 or 11341666. OLE color: 11341666.

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

Color convert

RGB 98 15 173 -
CMYK 0.43 0.91 0 0.32
HSL 271.52º 0.84% 0.37% -
HSV(B) 271.52º 0.91% 0.68% -
XYZ 12.75 5.96 40.01 -
YUV 57.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 98 15 173 0.43 0.91 0 0.32 271.52 0.84 0.37
Hex 62 F AD 2B 5B 0 20 110 54 25
Octal 142 17 255 53 133 0 40 420 124 45
Binary 1100010 1111 10101101 101011 1011011 0 100000 100010000 1010100 100101

Color Harmonies of #620FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FAD

Black with #620FAD

Text Example


Text Example

White with #620FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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