Html Css Color HEX #621CB1 Purple Heart

📋 copy color: '#621CB1'

red 98 ◦ green 28 ◦ blue 177

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

Shades of Purple Heart #621CB1

Tints of Purple Heart #621CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.42%

R = 32.34%
G = 9.24%
B = 58.42%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#621CB1 (or 0x621CB1) is known color: Purple Heart. HEX triplet: 62, 1C and B1. RGB value is (98,28,177). Sum of RGB (Red+Green+Blue) = 98+28+177=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #621CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621CB1 is #9DE34E. Grayscale: #414141. Windows color (decimal): -10347343 or 11607138. OLE color: 11607138.

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

Color convert

RGB 98 28 177 -
CMYK 0.45 0.84 0 0.31
HSL 268.19º 0.73% 0.4% -
HSV(B) 268.19º 0.84% 0.69% -
XYZ 13.39 6.6 42.16 -
YUV 65.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 98 28 177 0.45 0.84 0 0.31 268.19 0.73 0.4
Hex 62 1C B1 2D 54 0 1F 10C 49 28
Octal 142 34 261 55 124 0 37 414 111 50
Binary 1100010 11100 10110001 101101 1010100 0 11111 100001100 1001001 101000

Color Harmonies of #621CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621CB1

Black with #621CB1

Text Example


Text Example

White with #621CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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