Html Css Color HEX #621FCF Purple Heart

📋 copy color: '#621FCF'

red 98 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #621FCF

Tints of Purple Heart #621FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

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

R = 29.17%
G = 9.23%
B = 61.61%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#621FCF (or 0x621FCF) is known color: Purple Heart. HEX triplet: 62, 1F and CF. RGB value is (98,31,207). Sum of RGB (Red+Green+Blue) = 98+31+207=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #621FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FCF is #9DE030. Grayscale: #464646. Windows color (decimal): -10346545 or 13573986. OLE color: 13573986.

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

Color convert

RGB 98 31 207 -
CMYK 0.53 0.85 0 0.19
HSL 262.84º 0.74% 0.47% -
HSV(B) 262.84º 0.85% 0.81% -
XYZ 16.79 8.08 59.71 -
YUV 71.1 204.7 147.19 -
System Red Green Blue C M Y K H S L
Decimal 98 31 207 0.53 0.85 0 0.19 262.84 0.74 0.47
Hex 62 1F CF 35 55 0 13 107 4A 2F
Octal 142 37 317 65 125 0 23 407 112 57
Binary 1100010 11111 11001111 110101 1010101 0 10011 100000111 1001010 101111

Color Harmonies of #621FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FCF

Black with #621FCF

Text Example


Text Example

White with #621FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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