Html Css Color HEX #621FCC Purple Heart

📋 copy color: '#621FCC'

red 98 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #621FCC

Tints of Purple Heart #621FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 29.43%
G = 9.31%
B = 61.26%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#621FCC (or 0x621FCC) is known color: Purple Heart. HEX triplet: 62, 1F and CC. RGB value is (98,31,204). Sum of RGB (Red+Green+Blue) = 98+31+204=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #621FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FCC is #9DE033. Grayscale: #464646. Windows color (decimal): -10346548 or 13377378. OLE color: 13377378.

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

Color convert

RGB 98 31 204 -
CMYK 0.52 0.85 0 0.2
HSL 263.24º 0.74% 0.46% -
HSV(B) 263.24º 0.85% 0.8% -
XYZ 16.43 7.94 57.79 -
YUV 70.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 98 31 204 0.52 0.85 0 0.2 263.24 0.74 0.46
Hex 62 1F CC 34 55 0 14 107 4A 2E
Octal 142 37 314 64 125 0 24 407 112 56
Binary 1100010 11111 11001100 110100 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #621FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FCC

Black with #621FCC

Text Example


Text Example

White with #621FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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