Html Css Color HEX #621FAF Purple Heart

📋 copy color: '#621FAF'

red 98 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #621FAF

Tints of Purple Heart #621FAF

RGB

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

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

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

R = 32.24%
G = 10.2%
B = 57.57%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#621FAF (or 0x621FAF) is known color: Purple Heart. HEX triplet: 62, 1F and AF. RGB value is (98,31,175). Sum of RGB (Red+Green+Blue) = 98+31+175=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #621FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621FAF is #9DE050. Grayscale: #424242. Windows color (decimal): -10346577 or 11476834. OLE color: 11476834.

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

Color convert

RGB 98 31 175 -
CMYK 0.44 0.82 0 0.31
HSL 267.92º 0.7% 0.4% -
HSV(B) 267.92º 0.82% 0.69% -
XYZ 13.26 6.67 41.15 -
YUV 67.45 188.7 149.79 -
System Red Green Blue C M Y K H S L
Decimal 98 31 175 0.44 0.82 0 0.31 267.92 0.7 0.4
Hex 62 1F AF 2C 52 0 1F 10C 46 28
Octal 142 37 257 54 122 0 37 414 106 50
Binary 1100010 11111 10101111 101100 1010010 0 11111 100001100 1000110 101000

Color Harmonies of #621FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FAF

Black with #621FAF

Text Example


Text Example

White with #621FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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