Html Css Color HEX #620BB3 Purple Heart

📋 copy color: '#620BB3'

red 98 ◦ green 11 ◦ blue 179

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

Shades of Purple Heart #620BB3

Tints of Purple Heart #620BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 62.15%

R = 34.03%
G = 3.82%
B = 62.15%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#620BB3 (or 0x620BB3) is known color: Purple Heart. HEX triplet: 62, 0B and B3. RGB value is (98,11,179). Sum of RGB (Red+Green+Blue) = 98+11+179=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #620BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BB3 is #9DF44C. Grayscale: #373737. Windows color (decimal): -10351693 or 11733858. OLE color: 11733858.

HSL color Cylindrical-coordinate representation of color #620BB3: hue angle of 271.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620BB3 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 11 179 -
CMYK 0.45 0.94 0 0.30
HSL 271.07º 0.88% 0.37% -
HSV(B) 271.07º 0.94% 0.7% -
XYZ 13.29 6.09 43.12 -
YUV 56.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 98 11 179 0.45 0.94 0 0.30 271.07 0.88 0.37
Hex 62 B B3 2D 5E 0 1E 10F 58 25
Octal 142 13 263 55 136 0 36 417 130 45
Binary 1100010 1011 10110011 101101 1011110 0 11110 100001111 1011000 100101

Color Harmonies of #620BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BB3

Black with #620BB3

Text Example


Text Example

White with #620BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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