Html Css Color HEX #620FAB Purple Heart

📋 copy color: '#620FAB'

red 98 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #620FAB

Tints of Purple Heart #620FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 34.51%
G = 5.28%
B = 60.21%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#620FAB (or 0x620FAB) is known color: Purple Heart. HEX triplet: 62, 0F and AB. RGB value is (98,15,171). Sum of RGB (Red+Green+Blue) = 98+15+171=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #620FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FAB is #9DF054. Grayscale: #393939. Windows color (decimal): -10350677 or 11210594. OLE color: 11210594.

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

Color convert

RGB 98 15 171 -
CMYK 0.43 0.91 0 0.33
HSL 271.92º 0.84% 0.36% -
HSV(B) 271.92º 0.91% 0.67% -
XYZ 12.56 5.88 39 -
YUV 57.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 98 15 171 0.43 0.91 0 0.33 271.92 0.84 0.36
Hex 62 F AB 2B 5B 0 21 110 54 24
Octal 142 17 253 53 133 0 41 420 124 44
Binary 1100010 1111 10101011 101011 1011011 0 100001 100010000 1010100 100100

Color Harmonies of #620FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FAB

Black with #620FAB

Text Example


Text Example

White with #620FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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