Html Css Color HEX #621EBD Purple Heart

📋 copy color: '#621EBD'

red 98 ◦ green 30 ◦ blue 189

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

Shades of Purple Heart #621EBD

Tints of Purple Heart #621EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 30.91%
G = 9.46%
B = 59.62%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#621EBD (or 0x621EBD) is known color: Purple Heart. HEX triplet: 62, 1E and BD. RGB value is (98,30,189). Sum of RGB (Red+Green+Blue) = 98+30+189=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #621EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EBD is #9DE142. Grayscale: #434343. Windows color (decimal): -10346819 or 12394082. OLE color: 12394082.

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

Color convert

RGB 98 30 189 -
CMYK 0.48 0.84 0 0.26
HSL 265.66º 0.73% 0.43% -
HSV(B) 265.66º 0.84% 0.74% -
XYZ 14.69 7.2 48.76 -
YUV 68.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 98 30 189 0.48 0.84 0 0.26 265.66 0.73 0.43
Hex 62 1E BD 30 54 0 1A 10A 49 2B
Octal 142 36 275 60 124 0 32 412 111 53
Binary 1100010 11110 10111101 110000 1010100 0 11010 100001010 1001001 101011

Color Harmonies of #621EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621EBD

Black with #621EBD

Text Example


Text Example

White with #621EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,189); }

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

background-color css

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

 a { background-color: rgb(98,30,189); }

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

border-color css

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

 span { border-color: rgb(98,30,189); }

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