Html Css Color HEX #621DBC Purple Heart

📋 copy color: '#621DBC'

red 98 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #621DBC

Tints of Purple Heart #621DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 31.11%
G = 9.21%
B = 59.68%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#621DBC (or 0x621DBC) is known color: Purple Heart. HEX triplet: 62, 1D and BC. RGB value is (98,29,188). Sum of RGB (Red+Green+Blue) = 98+29+188=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #621DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DBC is #9DE243. Grayscale: #434343. Windows color (decimal): -10347076 or 12328290. OLE color: 12328290.

HSL color Cylindrical-coordinate representation of color #621DBC: hue angle of 266.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621DBC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 29 188 -
CMYK 0.48 0.85 0 0.26
HSL 266.04º 0.73% 0.43% -
HSV(B) 266.04º 0.85% 0.74% -
XYZ 14.55 7.11 48.18 -
YUV 67.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 98 29 188 0.48 0.85 0 0.26 266.04 0.73 0.43
Hex 62 1D BC 30 55 0 1A 10A 49 2B
Octal 142 35 274 60 125 0 32 412 111 53
Binary 1100010 11101 10111100 110000 1010101 0 11010 100001010 1001001 101011

Color Harmonies of #621DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DBC

Black with #621DBC

Text Example


Text Example

White with #621DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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