Html Css Color HEX #620FAC Purple Heart

📋 copy color: '#620FAC'

red 98 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #620FAC

Tints of Purple Heart #620FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 34.39%
G = 5.26%
B = 60.35%

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

#620FAC (or 0x620FAC) is known color: Purple Heart. HEX triplet: 62, 0F and AC. RGB value is (98,15,172). Sum of RGB (Red+Green+Blue) = 98+15+172=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #620FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FAC is #9DF053. Grayscale: #393939. Windows color (decimal): -10350676 or 11276130. OLE color: 11276130.

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

Color convert

RGB 98 15 172 -
CMYK 0.43 0.91 0 0.33
HSL 271.72º 0.84% 0.37% -
HSV(B) 271.72º 0.91% 0.67% -
XYZ 12.65 5.92 39.5 -
YUV 57.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 98 15 172 0.43 0.91 0 0.33 271.72 0.84 0.37
Hex 62 F AC 2B 5B 0 21 110 54 25
Octal 142 17 254 53 133 0 41 420 124 45
Binary 1100010 1111 10101100 101011 1011011 0 100001 100010000 1010100 100101

Color Harmonies of #620FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FAC

Black with #620FAC

Text Example


Text Example

White with #620FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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