Html Css Color HEX #620CA9 Purple Heart

📋 copy color: '#620CA9'

red 98 ◦ green 12 ◦ blue 169

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

Shades of Purple Heart #620CA9

Tints of Purple Heart #620CA9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 169 (66.41% from 255) = 60.57%

R = 35.13%
G = 4.3%
B = 60.57%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#620CA9 (or 0x620CA9) is known color: Purple Heart. HEX triplet: 62, 0C and A9. RGB value is (98,12,169). Sum of RGB (Red+Green+Blue) = 98+12+169=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #620CA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620CA9 is #9DF356. Grayscale: #373737. Windows color (decimal): -10351447 or 11078754. OLE color: 11078754.

HSL color Cylindrical-coordinate representation of color #620CA9: hue angle of 272.87º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620CA9 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 98 12 169 -
CMYK 0.42 0.93 0 0.34
HSL 272.87º 0.87% 0.35% -
HSV(B) 272.87º 0.93% 0.66% -
XYZ 12.33 5.72 37.99 -
YUV 55.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 98 12 169 0.42 0.93 0 0.34 272.87 0.87 0.35
Hex 62 C A9 2A 5D 0 22 111 57 23
Octal 142 14 251 52 135 0 42 421 127 43
Binary 1100010 1100 10101001 101010 1011101 0 100010 100010001 1010111 100011

Color Harmonies of #620CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620CA9

Black with #620CA9

Text Example


Text Example

White with #620CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,12,169); }

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

background-color css

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

 a { background-color: rgb(98,12,169); }

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

border-color css

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

 span { border-color: rgb(98,12,169); }

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