Html Css Color HEX #6119BB Purple Heart

📋 copy color: '#6119BB'

red 97 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #6119BB

Tints of Purple Heart #6119BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 31.39%
G = 8.09%
B = 60.52%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6119BB (or 0x6119BB) is known color: Purple Heart. HEX triplet: 61, 19 and BB. RGB value is (97,25,187). Sum of RGB (Red+Green+Blue) = 97+25+187=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #6119BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6119BB is #9EE644. Grayscale: #404040. Windows color (decimal): -10413637 or 12261729. OLE color: 12261729.

HSL color Cylindrical-coordinate representation of color #6119BB: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6119BB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 25 187 -
CMYK 0.48 0.87 0 0.27
HSL 266.67º 0.76% 0.42% -
HSV(B) 266.67º 0.87% 0.73% -
XYZ 14.25 6.82 47.58 -
YUV 65 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 97 25 187 0.48 0.87 0 0.27 266.67 0.76 0.42
Hex 61 19 BB 30 57 0 1B 10B 4C 2A
Octal 141 31 273 60 127 0 33 413 114 52
Binary 1100001 11001 10111011 110000 1010111 0 11011 100001011 1001100 101010

Color Harmonies of #6119BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119BB

Black with #6119BB

Text Example


Text Example

White with #6119BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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