Html Css Color HEX #621ECF Purple Heart

📋 copy color: '#621ECF'

red 98 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #621ECF

Tints of Purple Heart #621ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 29.25%
G = 8.96%
B = 61.79%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#621ECF (or 0x621ECF) is known color: Purple Heart. HEX triplet: 62, 1E and CF. RGB value is (98,30,207). Sum of RGB (Red+Green+Blue) = 98+30+207=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #621ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ECF is #9DE130. Grayscale: #454545. Windows color (decimal): -10346801 or 13573730. OLE color: 13573730.

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

Color convert

RGB 98 30 207 -
CMYK 0.53 0.86 0 0.19
HSL 263.05º 0.75% 0.46% -
HSV(B) 263.05º 0.86% 0.81% -
XYZ 16.76 8.03 59.7 -
YUV 70.51 205.03 147.61 -
System Red Green Blue C M Y K H S L
Decimal 98 30 207 0.53 0.86 0 0.19 263.05 0.75 0.46
Hex 62 1E CF 35 56 0 13 107 4B 2E
Octal 142 36 317 65 126 0 23 407 113 56
Binary 1100010 11110 11001111 110101 1010110 0 10011 100000111 1001011 101110

Color Harmonies of #621ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ECF

Black with #621ECF

Text Example


Text Example

White with #621ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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