Html Css Color HEX #620FA5 Purple Heart

📋 copy color: '#620FA5'

red 98 ◦ green 15 ◦ blue 165

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

Shades of Purple Heart #620FA5

Tints of Purple Heart #620FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.35%

R = 35.25%
G = 5.4%
B = 59.35%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#620FA5 (or 0x620FA5) is known color: Purple Heart. HEX triplet: 62, 0F and A5. RGB value is (98,15,165). Sum of RGB (Red+Green+Blue) = 98+15+165=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #620FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FA5 is #9DF05A. Grayscale: #383838. Windows color (decimal): -10350683 or 10817378. OLE color: 10817378.

HSL color Cylindrical-coordinate representation of color #620FA5: hue angle of 273.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620FA5 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 15 165 -
CMYK 0.41 0.91 0 0.35
HSL 273.2º 0.83% 0.35% -
HSV(B) 273.2º 0.91% 0.65% -
XYZ 12 5.65 36.06 -
YUV 56.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 98 15 165 0.41 0.91 0 0.35 273.2 0.83 0.35
Hex 62 F A5 29 5B 0 23 111 53 23
Octal 142 17 245 51 133 0 43 421 123 43
Binary 1100010 1111 10100101 101001 1011011 0 100011 100010001 1010011 100011

Color Harmonies of #620FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FA5

Black with #620FA5

Text Example


Text Example

White with #620FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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