Html Css Color HEX #620BAC Purple Heart

📋 copy color: '#620BAC'

red 98 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #620BAC

Tints of Purple Heart #620BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

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

R = 34.88%
G = 3.91%
B = 61.21%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#620BAC (or 0x620BAC) is known color: Purple Heart. HEX triplet: 62, 0B and AC. RGB value is (98,11,172). Sum of RGB (Red+Green+Blue) = 98+11+172=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #620BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620BAC is #9DF453. Grayscale: #363636. Windows color (decimal): -10351700 or 11275106. OLE color: 11275106.

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

Color convert

RGB 98 11 172 -
CMYK 0.43 0.94 0 0.33
HSL 272.42º 0.88% 0.36% -
HSV(B) 272.42º 0.94% 0.67% -
XYZ 12.6 5.81 39.49 -
YUV 55.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 98 11 172 0.43 0.94 0 0.33 272.42 0.88 0.36
Hex 62 B AC 2B 5E 0 21 110 58 24
Octal 142 13 254 53 136 0 41 420 130 44
Binary 1100010 1011 10101100 101011 1011110 0 100001 100010000 1011000 100100

Color Harmonies of #620BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BAC

Black with #620BAC

Text Example


Text Example

White with #620BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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