Html Css Color HEX #621DAB Purple Heart

📋 copy color: '#621DAB'

red 98 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #621DAB

Tints of Purple Heart #621DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 32.89%
G = 9.73%
B = 57.38%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#621DAB (or 0x621DAB) is known color: Purple Heart. HEX triplet: 62, 1D and AB. RGB value is (98,29,171). Sum of RGB (Red+Green+Blue) = 98+29+171=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #621DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621DAB is #9DE254. Grayscale: #414141. Windows color (decimal): -10347093 or 11214178. OLE color: 11214178.

HSL color Cylindrical-coordinate representation of color #621DAB: hue angle of 269.15º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621DAB is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 29 171 -
CMYK 0.43 0.83 0 0.33
HSL 269.15º 0.71% 0.39% -
HSV(B) 269.15º 0.83% 0.67% -
XYZ 12.83 6.42 39.09 -
YUV 65.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 98 29 171 0.43 0.83 0 0.33 269.15 0.71 0.39
Hex 62 1D AB 2B 53 0 21 10D 47 27
Octal 142 35 253 53 123 0 41 415 107 47
Binary 1100010 11101 10101011 101011 1010011 0 100001 100001101 1000111 100111

Color Harmonies of #621DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DAB

Black with #621DAB

Text Example


Text Example

White with #621DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,171); }

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

background-color css

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

 a { background-color: rgb(98,29,171); }

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

border-color css

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

 span { border-color: rgb(98,29,171); }

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