Html Css Color HEX #621DBA Purple Heart

📋 copy color: '#621DBA'

red 98 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #621DBA

Tints of Purple Heart #621DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 31.31%
G = 9.27%
B = 59.42%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#621DBA (or 0x621DBA) is known color: Purple Heart. HEX triplet: 62, 1D and BA. RGB value is (98,29,186). Sum of RGB (Red+Green+Blue) = 98+29+186=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #621DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DBA is #9DE245. Grayscale: #424242. Windows color (decimal): -10347078 or 12197218. OLE color: 12197218.

HSL color Cylindrical-coordinate representation of color #621DBA: hue angle of 266.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621DBA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 29 186 -
CMYK 0.47 0.84 0 0.27
HSL 266.37º 0.73% 0.42% -
HSV(B) 266.37º 0.84% 0.73% -
XYZ 14.34 7.02 47.05 -
YUV 67.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 98 29 186 0.47 0.84 0 0.27 266.37 0.73 0.42
Hex 62 1D BA 2F 54 0 1B 10A 49 2A
Octal 142 35 272 57 124 0 33 412 111 52
Binary 1100010 11101 10111010 101111 1010100 0 11011 100001010 1001001 101010

Color Harmonies of #621DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DBA

Black with #621DBA

Text Example


Text Example

White with #621DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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