Html Css Color HEX #621ECE Purple Heart

📋 copy color: '#621ECE'

red 98 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #621ECE

Tints of Purple Heart #621ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 29.34%
G = 8.98%
B = 61.68%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#621ECE (or 0x621ECE) is known color: Purple Heart. HEX triplet: 62, 1E and CE. RGB value is (98,30,206). Sum of RGB (Red+Green+Blue) = 98+30+206=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #621ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ECE is #9DE131. Grayscale: #454545. Windows color (decimal): -10346802 or 13508194. OLE color: 13508194.

HSL color Cylindrical-coordinate representation of color #621ECE: hue angle of 263.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621ECE is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 30 206 -
CMYK 0.52 0.85 0 0.19
HSL 263.18º 0.75% 0.46% -
HSV(B) 263.18º 0.85% 0.81% -
XYZ 16.64 7.98 59.06 -
YUV 70.4 204.53 147.69 -
System Red Green Blue C M Y K H S L
Decimal 98 30 206 0.52 0.85 0 0.19 263.18 0.75 0.46
Hex 62 1E CE 34 55 0 13 107 4B 2E
Octal 142 36 316 64 125 0 23 407 113 56
Binary 1100010 11110 11001110 110100 1010101 0 10011 100000111 1001011 101110

Color Harmonies of #621ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ECE

Black with #621ECE

Text Example


Text Example

White with #621ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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