Html Css Color HEX #621CB3 Purple Heart

📋 copy color: '#621CB3'

red 98 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #621CB3

Tints of Purple Heart #621CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

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

R = 32.13%
G = 9.18%
B = 58.69%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#621CB3 (or 0x621CB3) is known color: Purple Heart. HEX triplet: 62, 1C and B3. RGB value is (98,28,179). Sum of RGB (Red+Green+Blue) = 98+28+179=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #621CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CB3 is #9DE34C. Grayscale: #414141. Windows color (decimal): -10347341 or 11738210. OLE color: 11738210.

HSL color Cylindrical-coordinate representation of color #621CB3: hue angle of 267.81º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621CB3 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 28 179 -
CMYK 0.45 0.84 0 0.30
HSL 267.81º 0.73% 0.41% -
HSV(B) 267.81º 0.84% 0.7% -
XYZ 13.59 6.68 43.22 -
YUV 66.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 98 28 179 0.45 0.84 0 0.30 267.81 0.73 0.41
Hex 62 1C B3 2D 54 0 1E 10C 49 29
Octal 142 34 263 55 124 0 36 414 111 51
Binary 1100010 11100 10110011 101101 1010100 0 11110 100001100 1001001 101001

Color Harmonies of #621CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621CB3

Black with #621CB3

Text Example


Text Example

White with #621CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621CB3; }

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

 H1.HeaderClassName
 {
   color: #621CB3;
 }
 .AnyTagClassName
 {
   color: #621CB3;
 }
</style>

background-color css

<style>
 a { background-color: #621CB3; }

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

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

border-color css

<style>
 span { border-color: #621CB3; }

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

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