Html Css Color HEX #621EBA Purple Heart

📋 copy color: '#621EBA'

red 98 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #621EBA

Tints of Purple Heart #621EBA

RGB

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

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

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

R = 31.21%
G = 9.55%
B = 59.24%

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

#621EBA (or 0x621EBA) is known color: Purple Heart. HEX triplet: 62, 1E and BA. RGB value is (98,30,186). Sum of RGB (Red+Green+Blue) = 98+30+186=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #621EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EBA is #9DE145. Grayscale: #434343. Windows color (decimal): -10346822 or 12197474. OLE color: 12197474.

HSL color Cylindrical-coordinate representation of color #621EBA: hue angle of 266.15º degrees, saturation: 0.72, 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 #621EBA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 30 186 -
CMYK 0.47 0.84 0 0.27
HSL 266.15º 0.72% 0.42% -
HSV(B) 266.15º 0.84% 0.73% -
XYZ 14.36 7.07 47.06 -
YUV 68.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 98 30 186 0.47 0.84 0 0.27 266.15 0.72 0.42
Hex 62 1E BA 2F 54 0 1B 10A 48 2A
Octal 142 36 272 57 124 0 33 412 110 52
Binary 1100010 11110 10111010 101111 1010100 0 11011 100001010 1001000 101010

Color Harmonies of #621EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621EBA

Black with #621EBA

Text Example


Text Example

White with #621EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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