Html Css Color HEX #620EAE Purple Heart

📋 copy color: '#620EAE'

red 98 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #620EAE

Tints of Purple Heart #620EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 34.27%
G = 4.9%
B = 60.84%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#620EAE (or 0x620EAE) is known color: Purple Heart. HEX triplet: 62, 0E and AE. RGB value is (98,14,174). Sum of RGB (Red+Green+Blue) = 98+14+174=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #620EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620EAE is #9DF151. Grayscale: #383838. Windows color (decimal): -10350930 or 11406946. OLE color: 11406946.

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

Color convert

RGB 98 14 174 -
CMYK 0.44 0.92 0 0.32
HSL 271.5º 0.85% 0.37% -
HSV(B) 271.5º 0.92% 0.68% -
XYZ 12.83 5.97 40.52 -
YUV 57.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 98 14 174 0.44 0.92 0 0.32 271.5 0.85 0.37
Hex 62 E AE 2C 5C 0 20 110 55 25
Octal 142 16 256 54 134 0 40 420 125 45
Binary 1100010 1110 10101110 101100 1011100 0 100000 100010000 1010101 100101

Color Harmonies of #620EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EAE

Black with #620EAE

Text Example


Text Example

White with #620EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,14,174); }

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

background-color css

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

 a { background-color: rgb(98,14,174); }

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

border-color css

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

 span { border-color: rgb(98,14,174); }

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