Html Css Color HEX #621CBC Purple Heart

📋 copy color: '#621CBC'

red 98 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #621CBC

Tints of Purple Heart #621CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 31.21%
G = 8.92%
B = 59.87%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#621CBC (or 0x621CBC) is known color: Purple Heart. HEX triplet: 62, 1C and BC. RGB value is (98,28,188). Sum of RGB (Red+Green+Blue) = 98+28+188=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #621CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CBC is #9DE343. Grayscale: #424242. Windows color (decimal): -10347332 or 12328034. OLE color: 12328034.

HSL color Cylindrical-coordinate representation of color #621CBC: hue angle of 266.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621CBC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 28 188 -
CMYK 0.48 0.85 0 0.26
HSL 266.25º 0.74% 0.42% -
HSV(B) 266.25º 0.85% 0.74% -
XYZ 14.53 7.06 48.17 -
YUV 67.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 98 28 188 0.48 0.85 0 0.26 266.25 0.74 0.42
Hex 62 1C BC 30 55 0 1A 10A 4A 2A
Octal 142 34 274 60 125 0 32 412 112 52
Binary 1100010 11100 10111100 110000 1010101 0 11010 100001010 1001010 101010

Color Harmonies of #621CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621CBC

Black with #621CBC

Text Example


Text Example

White with #621CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,28,188); }

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

background-color css

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

 a { background-color: rgb(98,28,188); }

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

border-color css

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

 span { border-color: rgb(98,28,188); }

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