Html Css Color HEX #621ABD Purple Heart

📋 copy color: '#621ABD'

red 98 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #621ABD

Tints of Purple Heart #621ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 31.31%
G = 8.31%
B = 60.38%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#621ABD (or 0x621ABD) is known color: Purple Heart. HEX triplet: 62, 1A and BD. RGB value is (98,26,189). Sum of RGB (Red+Green+Blue) = 98+26+189=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #621ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ABD is #9DE542. Grayscale: #414141. Windows color (decimal): -10347843 or 12393058. OLE color: 12393058.

HSL color Cylindrical-coordinate representation of color #621ABD: hue angle of 266.5º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621ABD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 26 189 -
CMYK 0.48 0.86 0 0.26
HSL 266.5º 0.76% 0.42% -
HSV(B) 266.5º 0.86% 0.74% -
XYZ 14.59 7.01 48.73 -
YUV 66.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 98 26 189 0.48 0.86 0 0.26 266.5 0.76 0.42
Hex 62 1A BD 30 56 0 1A 10B 4C 2A
Octal 142 32 275 60 126 0 32 413 114 52
Binary 1100010 11010 10111101 110000 1010110 0 11010 100001011 1001100 101010

Color Harmonies of #621ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ABD

Black with #621ABD

Text Example


Text Example

White with #621ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,189); }

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

background-color css

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

 a { background-color: rgb(98,26,189); }

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

border-color css

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

 span { border-color: rgb(98,26,189); }

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