Html Css Color HEX #6119C1 Purple Heart

📋 copy color: '#6119C1'

red 97 ◦ green 25 ◦ blue 193

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

Shades of Purple Heart #6119C1

Tints of Purple Heart #6119C1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

 BLUE value IS 193 (75.78% from 255) = 61.27%

R = 30.79%
G = 7.94%
B = 61.27%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6119C1 (or 0x6119C1) is known color: Purple Heart. HEX triplet: 61, 19 and C1. RGB value is (97,25,193). Sum of RGB (Red+Green+Blue) = 97+25+193=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #6119C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119C1 is #9EE63E. Grayscale: #414141. Windows color (decimal): -10413631 or 12654945. OLE color: 12654945.

HSL color Cylindrical-coordinate representation of color #6119C1: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6119C1 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 25 193 -
CMYK 0.50 0.87 0 0.24
HSL 265.71º 0.77% 0.43% -
HSV(B) 265.71º 0.87% 0.76% -
XYZ 14.9 7.09 51.03 -
YUV 65.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 97 25 193 0.50 0.87 0 0.24 265.71 0.77 0.43
Hex 61 19 C1 32 57 0 18 10A 4D 2B
Octal 141 31 301 62 127 0 30 412 115 53
Binary 1100001 11001 11000001 110010 1010111 0 11000 100001010 1001101 101011

Color Harmonies of #6119C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119C1

Black with #6119C1

Text Example


Text Example

White with #6119C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6119C1; }

 p { color: rgb(97,25,193); }

 H1.HeaderClassName
 {
   color: #6119C1;
 }
 .AnyTagClassName
 {
   color: #6119C1;
 }
</style>

background-color css

<style>
 a { background-color: #6119C1; }

 a { background-color: rgb(97,25,193); }

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

border-color css

<style>
 span { border-color: #6119C1; }

 span { border-color: rgb(97,25,193); }

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