Html Css Color HEX #621FC6 Purple Heart

📋 copy color: '#621FC6'

red 98 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #621FC6

Tints of Purple Heart #621FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

 BLUE value IS 198 (77.73% from 255) = 60.55%

R = 29.97%
G = 9.48%
B = 60.55%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#621FC6 (or 0x621FC6) is known color: Purple Heart. HEX triplet: 62, 1F and C6. RGB value is (98,31,198). Sum of RGB (Red+Green+Blue) = 98+31+198=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #621FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FC6 is #9DE039. Grayscale: #454545. Windows color (decimal): -10346554 or 12984162. OLE color: 12984162.

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

Color convert

RGB 98 31 198 -
CMYK 0.51 0.84 0 0.22
HSL 264.07º 0.73% 0.45% -
HSV(B) 264.07º 0.84% 0.78% -
XYZ 15.72 7.65 54.07 -
YUV 70.07 200.2 147.92 -
System Red Green Blue C M Y K H S L
Decimal 98 31 198 0.51 0.84 0 0.22 264.07 0.73 0.45
Hex 62 1F C6 33 54 0 16 108 49 2D
Octal 142 37 306 63 124 0 26 410 111 55
Binary 1100010 11111 11000110 110011 1010100 0 10110 100001000 1001001 101101

Color Harmonies of #621FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FC6

Black with #621FC6

Text Example


Text Example

White with #621FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,31,198); }

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

background-color css

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

 a { background-color: rgb(98,31,198); }

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

border-color css

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

 span { border-color: rgb(98,31,198); }

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