Html Css Color HEX #620FAE Purple Heart

📋 copy color: '#620FAE'

red 98 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #620FAE

Tints of Purple Heart #620FAE

RGB

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

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

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

R = 34.15%
G = 5.23%
B = 60.63%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#620FAE (or 0x620FAE) is known color: Purple Heart. HEX triplet: 62, 0F and AE. RGB value is (98,15,174). Sum of RGB (Red+Green+Blue) = 98+15+174=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #620FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FAE is #9DF051. Grayscale: #393939. Windows color (decimal): -10350674 or 11407202. OLE color: 11407202.

HSL color Cylindrical-coordinate representation of color #620FAE: hue angle of 271.32º 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 #620FAE is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 15 174 -
CMYK 0.44 0.91 0 0.32
HSL 271.32º 0.84% 0.37% -
HSV(B) 271.32º 0.91% 0.68% -
XYZ 12.85 5.99 40.52 -
YUV 57.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 98 15 174 0.44 0.91 0 0.32 271.32 0.84 0.37
Hex 62 F AE 2C 5B 0 20 10F 54 25
Octal 142 17 256 54 133 0 40 417 124 45
Binary 1100010 1111 10101110 101100 1011011 0 100000 100001111 1010100 100101

Color Harmonies of #620FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FAE

Black with #620FAE

Text Example


Text Example

White with #620FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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