Html Css Color HEX #621EBE Purple Heart

📋 copy color: '#621EBE'

red 98 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #621EBE

Tints of Purple Heart #621EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 30.82%
G = 9.43%
B = 59.75%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#621EBE (or 0x621EBE) is known color: Purple Heart. HEX triplet: 62, 1E and BE. RGB value is (98,30,190). Sum of RGB (Red+Green+Blue) = 98+30+190=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #621EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EBE is #9DE141. Grayscale: #444444. Windows color (decimal): -10346818 or 12459618. OLE color: 12459618.

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

Color convert

RGB 98 30 190 -
CMYK 0.48 0.84 0 0.25
HSL 265.5º 0.73% 0.43% -
HSV(B) 265.5º 0.84% 0.75% -
XYZ 14.8 7.24 49.33 -
YUV 68.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 98 30 190 0.48 0.84 0 0.25 265.5 0.73 0.43
Hex 62 1E BE 30 54 0 19 10A 49 2B
Octal 142 36 276 60 124 0 31 412 111 53
Binary 1100010 11110 10111110 110000 1010100 0 11001 100001010 1001001 101011

Color Harmonies of #621EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621EBE

Black with #621EBE

Text Example


Text Example

White with #621EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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