Html Css Color HEX #621BAF Purple Heart

📋 copy color: '#621BAF'

red 98 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #621BAF

Tints of Purple Heart #621BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

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

R = 32.67%
G = 9%
B = 58.33%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#621BAF (or 0x621BAF) is known color: Purple Heart. HEX triplet: 62, 1B and AF. RGB value is (98,27,175). Sum of RGB (Red+Green+Blue) = 98+27+175=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #621BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621BAF is #9DE450. Grayscale: #404040. Windows color (decimal): -10347601 or 11475810. OLE color: 11475810.

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

Color convert

RGB 98 27 175 -
CMYK 0.44 0.85 0 0.31
HSL 268.78º 0.73% 0.4% -
HSV(B) 268.78º 0.85% 0.69% -
XYZ 13.17 6.48 41.11 -
YUV 65.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 98 27 175 0.44 0.85 0 0.31 268.78 0.73 0.4
Hex 62 1B AF 2C 55 0 1F 10D 49 28
Octal 142 33 257 54 125 0 37 415 111 50
Binary 1100010 11011 10101111 101100 1010101 0 11111 100001101 1001001 101000

Color Harmonies of #621BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621BAF

Black with #621BAF

Text Example


Text Example

White with #621BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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