Html Css Color HEX #621DAF Purple Heart

📋 copy color: '#621DAF'

red 98 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #621DAF

Tints of Purple Heart #621DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.95%

R = 32.45%
G = 9.6%
B = 57.95%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#621DAF (or 0x621DAF) is known color: Purple Heart. HEX triplet: 62, 1D and AF. RGB value is (98,29,175). Sum of RGB (Red+Green+Blue) = 98+29+175=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #621DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621DAF is #9DE250. Grayscale: #414141. Windows color (decimal): -10347089 or 11476322. OLE color: 11476322.

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

Color convert

RGB 98 29 175 -
CMYK 0.44 0.83 0 0.31
HSL 268.36º 0.72% 0.4% -
HSV(B) 268.36º 0.83% 0.69% -
XYZ 13.21 6.57 41.13 -
YUV 66.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 98 29 175 0.44 0.83 0 0.31 268.36 0.72 0.4
Hex 62 1D AF 2C 53 0 1F 10C 48 28
Octal 142 35 257 54 123 0 37 414 110 50
Binary 1100010 11101 10101111 101100 1010011 0 11111 100001100 1001000 101000

Color Harmonies of #621DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DAF

Black with #621DAF

Text Example


Text Example

White with #621DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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