Html Css Color HEX #6113BB Purple Heart

📋 copy color: '#6113BB'

red 97 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #6113BB

Tints of Purple Heart #6113BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 32.01%
G = 6.27%
B = 61.72%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6113BB (or 0x6113BB) is known color: Purple Heart. HEX triplet: 61, 13 and BB. RGB value is (97,19,187). Sum of RGB (Red+Green+Blue) = 97+19+187=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #6113BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113BB is #9EEC44. Grayscale: #3C3C3C. Windows color (decimal): -10415173 or 12260193. OLE color: 12260193.

HSL color Cylindrical-coordinate representation of color #6113BB: hue angle of 267.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6113BB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 19 187 -
CMYK 0.48 0.90 0 0.27
HSL 267.86º 0.82% 0.4% -
HSV(B) 267.86º 0.9% 0.73% -
XYZ 14.13 6.59 47.54 -
YUV 61.47 198.84 153.34 -
System Red Green Blue C M Y K H S L
Decimal 97 19 187 0.48 0.90 0 0.27 267.86 0.82 0.4
Hex 61 13 BB 30 5A 0 1B 10C 52 28
Octal 141 23 273 60 132 0 33 414 122 50
Binary 1100001 10011 10111011 110000 1011010 0 11011 100001100 1010010 101000

Color Harmonies of #6113BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6113BB

Black with #6113BB

Text Example


Text Example

White with #6113BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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