Html Css Color HEX #6121D5 Purple Heart

📋 copy color: '#6121D5'

red 97 ◦ green 33 ◦ blue 213

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

Shades of Purple Heart #6121D5

Tints of Purple Heart #6121D5

RGB

 RED value IS 97 (38.28% from 255) = 28.28%

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 28.28%
G = 9.62%
B = 62.1%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6121D5 (or 0x6121D5) is known color: Purple Heart. HEX triplet: 61, 21 and D5. RGB value is (97,33,213). Sum of RGB (Red+Green+Blue) = 97+33+213=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #6121D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121D5 is #9EDE2A. Grayscale: #484848. Windows color (decimal): -10411563 or 13967713. OLE color: 13967713.

HSL color Cylindrical-coordinate representation of color #6121D5: hue angle of 261.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6121D5 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 33 213 -
CMYK 0.54 0.85 0 0.16
HSL 261.33º 0.73% 0.48% -
HSV(B) 261.33º 0.85% 0.84% -
XYZ 17.48 8.43 63.66 -
YUV 72.66 207.2 145.36 -
System Red Green Blue C M Y K H S L
Decimal 97 33 213 0.54 0.85 0 0.16 261.33 0.73 0.48
Hex 61 21 D5 36 55 0 10 105 49 30
Octal 141 41 325 66 125 0 20 405 111 60
Binary 1100001 100001 11010101 110110 1010101 0 10000 100000101 1001001 110000

Color Harmonies of #6121D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121D5

Black with #6121D5

Text Example


Text Example

White with #6121D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6121D5; }

 p { color: rgb(97,33,213); }

 H1.HeaderClassName
 {
   color: #6121D5;
 }
 .AnyTagClassName
 {
   color: #6121D5;
 }
</style>

background-color css

<style>
 a { background-color: #6121D5; }

 a { background-color: rgb(97,33,213); }

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

border-color css

<style>
 span { border-color: #6121D5; }

 span { border-color: rgb(97,33,213); }

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